Hex #eedc82 Color

#eedc82
equivalent to

RGB

(238, 220, 130)

Details of #eedc82

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
64.8824
0.14
0.00
87.4730
70.9752
50°
84.2468
220
70.9752
0.76
0.08
-5.7542
0.3879
45°
-9.9604
130
31.3990
0.72
0.45   0.07
46.2675
0.4243
93°
36.8819

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
11011100
334
220
DC
Blue
10000010
202
130
82

RGB in % of #eedc82

%40.48
%37.41
%22.11

CMYK in % of #eedc82

%0
%8
%45
%7

Triads of color #eedc82

#eedc82 #dc82ee #82ee82

Similar Colors to #eedc82

#eedc82 #eea682 #caee82

Preview Color #eedc82 on black ground

#eedc82 is very interesting for text.

Preview Color #eedc82 on white ground

#eedc82 is very interesting for text.

CSS Codes #eedc82 color

.mybgcolor {background-color:#eedc82; }
.myforecolor {color:#eedc82; }
.mybordercolor {border:3px solid #eedc82; }

Text Font Color #eedc82

<p style="color:#eedc82">Text here</p>

This sample text font color is #eedc82
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #eedc82

<div style="background-color:#eedc82">
Div content here</div>

This div background color is #eedc82


Border Color #eedc82

<div style="border:3px solid #eedc82">
Div here</div>

The color of this border is #eedc82


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #eedc82; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #eedc82;
-webkit-box-shadow: 1px 1px 3px 2px #eedc82;
box-shadow:         1px 1px 3px 2px #eedc82; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #eedc82">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #eedc82;
  -webkit-box-shadow: 1px 1px 3px 2px #eedc82;
  box-shadow:         1px 1px 3px 2px #eedc82;">
Div content here</div>

The shadow of div box using color #eedc82