Color Hex Logo

#eec97b Color Hex

#EEC97B
(238,201,123)
0 Favorites   0 Comments

Color spaces of #eec97b

RGB 238201123
HSL0.110.770.71
HSV41°48°93°
CMYK 0.000.160.48   0.07
XYZ59.721761.380527.4388
Yxy61.38050.40210.4132
Hunter Lab78.3457-1.037234.0770
CIE-Lab82.58293.327743.6428

#eec97b color RGB value is (238,201,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01111011
Octal 356 311 173
Decimal 238 201 123
Hex EE C9 7B

RGB Percentages of Color #eec97b

%42.35
%35.77
%21.89

CMYK Percentages of Color #eec97b

%0
%16
%48
%7

Triadic Colors of #eec97b

#eec97b #7beec9 #c97bee

Analogous Colors of #eec97b

#eec97b #daee7b #ee907b

Monochromatic Colors of #eec97b

#eec97b

Complementary Color

#eec97b #7ba0ee

#eec97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec97b Color CSS Codes

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

#eec97b Text Font Color

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

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


#eec97b Background Color

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

This div background color is #eec97b


#eec97b Border Color

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

This div border color is #eec97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec97b


Comments

No comments written yet.

Please login to write comment.