Color Hex Logo

#eecc72 Color Hex

#EECC72
(238,204,114)
0 Favorites   0 Comments

Color spaces of #eecc72

RGB 238204114
HSL0.120.780.69
HSV44°52°93°
CMYK 0.000.140.52   0.07
XYZ59.890062.577824.8418
Yxy62.57780.40660.4248
Hunter Lab79.1061-3.296236.7554
CIE-Lab83.21970.984448.8592

#eecc72 color RGB value is (238,204,114).

#eecc72 hex color red value is 238, green value is 204 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eecc72 hue: 0.12 , saturation: 0.78 and the lightness value of eecc72 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 01110010
Octal 356 314 162
Decimal 238 204 114
Hex EE CC 72

RGB Percentages of Color #eecc72

%42.81
%36.69
%20.50

CMYK Percentages of Color #eecc72

%0
%14
%52
%7

Triadic Colors of #eecc72

#eecc72 #72eecc #cc72ee

Analogous Colors of #eecc72

#eecc72 #d2ee72 #ee8e72

Monochromatic Colors of #eecc72

#eecc72

Complementary Color

#eecc72 #7294ee

#eecc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecc72 Color CSS Codes

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

#eecc72 Text Font Color

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

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


#eecc72 Background Color

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

This div background color is #eecc72


#eecc72 Border Color

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

This div border color is #eecc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecc72


Comments

No comments written yet.

Please login to write comment.