Color Hex Logo

#eecd6a Color Hex

#EECD6A
(238,205,106)
0 Favorites   0 Comments

Color spaces of #eecd6a

RGB 238205106
HSL0.130.800.67
HSV45°55°93°
CMYK 0.000.140.55   0.07
XYZ59.692762.880422.6267
Yxy62.88040.41110.4331
Hunter Lab79.2972-4.400238.5902
CIE-Lab83.3794-0.175052.8805

#eecd6a color RGB value is (238,205,106).

#eecd6a hex color red value is 238, green value is 205 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eecd6a hue: 0.13 , saturation: 0.80 and the lightness value of eecd6a is 0.67.

The process color (four color CMYK) of #eecd6a color hex is 0.00, 0.14, 0.55, 0.07. Web safe color of #eecd6a is #ffcc66. Color #eecd6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 01101010
Octal 356 315 152
Decimal 238 205 106
Hex EE CD 6A

RGB Percentages of Color #eecd6a

%43.35
%37.34
%19.31

CMYK Percentages of Color #eecd6a

%0
%14
%55
%7

Triadic Colors of #eecd6a

#eecd6a #6aeecd #cd6aee

Analogous Colors of #eecd6a

#eecd6a #cdee6a #ee8b6a

Monochromatic Colors of #eecd6a

#eecd6a

Complementary Color

#eecd6a #6a8bee

#eecd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd6a Color CSS Codes

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

#eecd6a Text Font Color

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

This sample text font color is #eecd6a
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.


#eecd6a Background Color

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

This div background color is #eecd6a


#eecd6a Border Color

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

This div border color is #eecd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd6a


Comments

No comments written yet.

Please login to write comment.