Color Hex Logo

#eec28b Color Hex

#EEC28B
(238,194,139)
0 Favorites   0 Comments

Color spaces of #eec28b

RGB 238194139
HSL0.090.740.74
HSV33°42°93°
CMYK 0.000.180.42   0.07
XYZ59.211958.624832.6210
Yxy58.62480.39350.3896
Hunter Lab76.56684.048528.3365
CIE-Lab81.08498.562333.5612

#eec28b color RGB value is (238,194,139).

#eec28b hex color red value is 238, green value is 194 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eec28b hue: 0.09 , saturation: 0.74 and the lightness value of eec28b is 0.74.

The process color (four color CMYK) of #eec28b color hex is 0.00, 0.18, 0.42, 0.07. Web safe color of #eec28b is #ffcc99. Color #eec28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 10001011
Octal 356 302 213
Decimal 238 194 139
Hex EE C2 8B

RGB Percentages of Color #eec28b

%41.68
%33.98
%24.34

CMYK Percentages of Color #eec28b

%0
%18
%42
%7

Triadic Colors of #eec28b

#eec28b #8beec2 #c28bee

Analogous Colors of #eec28b

#eec28b #e9ee8b #ee918b

Monochromatic Colors of #eec28b

#eec28b

Complementary Color

#eec28b #8bb7ee

#eec28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec28b Color CSS Codes

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

#eec28b Text Font Color

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

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


#eec28b Background Color

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

This div background color is #eec28b


#eec28b Border Color

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

This div border color is #eec28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec28b

#eec28b Color Palettes


Comments

No comments written yet.

Please login to write comment.