Color Hex Logo

#eecd84 Color Hex

#EECD84
(238,205,132)
0 Favorites   0 Comments

Color spaces of #eecd84

RGB 238205132
HSL0.110.760.73
HSV41°45°93°
CMYK 0.000.140.45   0.07
XYZ61.256163.505730.8591
Yxy63.50570.39360.4081
Hunter Lab79.6905-2.249832.8240
CIE-Lab83.70772.115740.5374

#eecd84 color RGB value is (238,205,132).

#eecd84 hex color red value is 238, green value is 205 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eecd84 hue: 0.11 , saturation: 0.76 and the lightness value of eecd84 is 0.73.

The process color (four color CMYK) of #eecd84 color hex is 0.00, 0.14, 0.45, 0.07. Web safe color of #eecd84 is #ffcc99. Color #eecd84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 10000100
Octal 356 315 204
Decimal 238 205 132
Hex EE CD 84

RGB Percentages of Color #eecd84

%41.39
%35.65
%22.96

CMYK Percentages of Color #eecd84

%0
%14
%45
%7

Triadic Colors of #eecd84

#eecd84 #84eecd #cd84ee

Analogous Colors of #eecd84

#eecd84 #daee84 #ee9884

Monochromatic Colors of #eecd84

#eecd84

Complementary Color

#eecd84 #84a5ee

#eecd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd84 Color CSS Codes

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

#eecd84 Text Font Color

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

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


#eecd84 Background Color

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

This div background color is #eecd84


#eecd84 Border Color

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

This div border color is #eecd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd84


Comments

No comments written yet.

Please login to write comment.