Color Hex Logo

#eeeacb Color Hex

#EEEACB
(238,234,203)
0 Favorites   0 Comments

Color spaces of #eeeacb

RGB 238234203
HSL0.150.510.86
HSV53°15°93°
CMYK 0.000.020.15   0.07
XYZ75.462281.334668.2218
Yxy81.33460.33540.3615
Hunter Lab90.1857-8.466418.2795
CIE-Lab92.2804-3.740715.5505

#eeeacb color RGB value is (238,234,203).

#eeeacb hex color red value is 238, green value is 234 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eeeacb hue: 0.15 , saturation: 0.51 and the lightness value of eeeacb is 0.86.

The process color (four color CMYK) of #eeeacb color hex is 0.00, 0.02, 0.15, 0.07. Web safe color of #eeeacb is #ffffcc. Color #eeeacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11001011
Octal 356 352 313
Decimal 238 234 203
Hex EE EA CB

RGB Percentages of Color #eeeacb

%35.26
%34.67
%30.07

CMYK Percentages of Color #eeeacb

%0
%2
%15
%7

Triadic Colors of #eeeacb

#eeeacb #cbeeea #eacbee

Analogous Colors of #eeeacb

#eeeacb #e1eecb #eed9cb

Monochromatic Colors of #eeeacb

#eeeacb

Complementary Color

#eeeacb #cbcfee

#eeeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeacb Color CSS Codes

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

#eeeacb Text Font Color

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

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


#eeeacb Background Color

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

This div background color is #eeeacb


#eeeacb Border Color

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

This div border color is #eeeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeacb


Comments

No comments written yet.

Please login to write comment.