Color Hex Logo

#eeeacd Color Hex

#EEEACD
(238,234,205)
0 Favorites   0 Comments

Color spaces of #eeeacd

RGB 238234205
HSL0.150.490.87
HSV53°14°93°
CMYK 0.000.020.14   0.07
XYZ75.702281.430669.4853
Yxy81.43060.33410.3593
Hunter Lab90.2389-8.172917.5131
CIE-Lab92.3230-3.433914.5739

#eeeacd color RGB value is (238,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11001101
Octal 356 352 315
Decimal 238 234 205
Hex EE EA CD

RGB Percentages of Color #eeeacd

%35.16
%34.56
%30.28

CMYK Percentages of Color #eeeacd

%0
%2
%14
%7

Triadic Colors of #eeeacd

#eeeacd #cdeeea #eacdee

Analogous Colors of #eeeacd

#eeeacd #e2eecd #eedacd

Monochromatic Colors of #eeeacd

#eeeacd

Complementary Color

#eeeacd #cdd1ee

#eeeacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeacd Color CSS Codes

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

#eeeacd Text Font Color

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

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


#eeeacd Background Color

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

This div background color is #eeeacd


#eeeacd Border Color

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

This div border color is #eeeacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeacd


Comments

No comments written yet.

Please login to write comment.