Color Hex Logo

#eec69a Color Hex

#EEC69A
(238,198,154)
0 Favorites   0 Comments

Color spaces of #eec69a

RGB 238198154
HSL0.090.710.77
HSV31°35°93°
CMYK 0.000.170.35   0.07
XYZ61.286760.898439.0963
Yxy60.89840.38000.3776
Hunter Lab78.03743.619524.9223
CIE-Lab82.32418.151727.3716

#eec69a color RGB value is (238,198,154).

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

The process color (four color CMYK) of #eec69a color hex is 0.00, 0.17, 0.35, 0.07. Web safe color of #eec69a is #ffcc99. Color #eec69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 10011010
Octal 356 306 232
Decimal 238 198 154
Hex EE C6 9A

RGB Percentages of Color #eec69a

%40.34
%33.56
%26.10

CMYK Percentages of Color #eec69a

%0
%17
%35
%7

Triadic Colors of #eec69a

#eec69a #9aeec6 #c69aee

Analogous Colors of #eec69a

#eec69a #ecee9a #ee9c9a

Monochromatic Colors of #eec69a

#eec69a

Complementary Color

#eec69a #9ac2ee

#eec69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec69a Color CSS Codes

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

#eec69a Text Font Color

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

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


#eec69a Background Color

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

This div background color is #eec69a


#eec69a Border Color

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

This div border color is #eec69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec69a


Comments

No comments written yet.

Please login to write comment.