Color Hex Logo

#eeeacc Color Hex

#EEEACC
(238,234,204)
0 Favorites   0 Comments

Color spaces of #eeeacc

RGB 238234204
HSL0.150.500.87
HSV53°14°93°
CMYK 0.000.020.14   0.07
XYZ75.581881.382468.8515
Yxy81.38240.33470.3604
Hunter Lab90.2122-8.320017.8974
CIE-Lab92.3016-3.587615.0621

#eeeacc color RGB value is (238,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11001100
Octal 356 352 314
Decimal 238 234 204
Hex EE EA CC

RGB Percentages of Color #eeeacc

%35.21
%34.62
%30.18

CMYK Percentages of Color #eeeacc

%0
%2
%14
%7

Triadic Colors of #eeeacc

#eeeacc #cceeea #eaccee

Analogous Colors of #eeeacc

#eeeacc #e1eecc #eed9cc

Monochromatic Colors of #eeeacc

#eeeacc

Complementary Color

#eeeacc #ccd0ee

#eeeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeacc Color CSS Codes

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

#eeeacc Text Font Color

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

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


#eeeacc Background Color

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

This div background color is #eeeacc


#eeeacc Border Color

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

This div border color is #eeeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeacc


Comments

No comments written yet.

Please login to write comment.