Color Hex Logo

#eec979 Color Hex

#EEC979
(238,201,121)
0 Favorites   0 Comments

Color spaces of #eec979

RGB 238201121
HSL0.110.770.70
HSV41°49°93°
CMYK 0.000.160.49   0.07
XYZ59.597761.330926.7861
Yxy61.33090.40350.4152
Hunter Lab78.3140-1.209534.5406
CIE-Lab82.55633.145544.6068

#eec979 color RGB value is (238,201,121).

#eec979 hex color red value is 238, green value is 201 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eec979 hue: 0.11 , saturation: 0.77 and the lightness value of eec979 is 0.70.

The process color (four color CMYK) of #eec979 color hex is 0.00, 0.16, 0.49, 0.07. Web safe color of #eec979 is #ffcc66. Color #eec979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01111001
Octal 356 311 171
Decimal 238 201 121
Hex EE C9 79

RGB Percentages of Color #eec979

%42.50
%35.89
%21.61

CMYK Percentages of Color #eec979

%0
%16
%49
%7

Triadic Colors of #eec979

#eec979 #79eec9 #c979ee

Analogous Colors of #eec979

#eec979 #d9ee79 #ee8f79

Monochromatic Colors of #eec979

#eec979

Complementary Color

#eec979 #799eee

#eec979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec979 Color CSS Codes

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

#eec979 Text Font Color

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

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


#eec979 Background Color

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

This div background color is #eec979


#eec979 Border Color

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

This div border color is #eec979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec979


Comments

No comments written yet.

Please login to write comment.