Color Hex Logo

#eecb9a Color Hex

#EECB9A
(238,203,154)
0 Favorites   0 Comments

Color spaces of #eecb9a

RGB 238203154
HSL0.100.710.77
HSV35°35°93°
CMYK 0.000.150.35   0.07
XYZ62.448663.222139.4835
Yxy63.22210.37810.3828
Hunter Lab79.51231.046526.2169
CIE-Lab83.55915.541129.0332

#eecb9a color RGB value is (238,203,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 10011010
Octal 356 313 232
Decimal 238 203 154
Hex EE CB 9A

RGB Percentages of Color #eecb9a

%40.00
%34.12
%25.88

CMYK Percentages of Color #eecb9a

%0
%15
%35
%7

Triadic Colors of #eecb9a

#eecb9a #9aeecb #cb9aee

Analogous Colors of #eecb9a

#eecb9a #e7ee9a #eea19a

Monochromatic Colors of #eecb9a

#eecb9a

Complementary Color

#eecb9a #9abdee

#eecb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecb9a Color CSS Codes

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

#eecb9a Text Font Color

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

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


#eecb9a Background Color

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

This div background color is #eecb9a


#eecb9a Border Color

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

This div border color is #eecb9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,203,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 #eecb9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecb9a


Comments

No comments written yet.

Please login to write comment.