Color Hex Logo

#eedfcc Color Hex AntiqueWhite2

#EEDFCC
(238,223,204)
28 Favorites   0 Comments

Color spaces of #eedfcc AntiqueWhite2

RGB 238223204
HSL0.090.500.87
HSV34°14°93°
CMYK 0.000.060.14   0.07
XYZ72.546775.312167.8398
Yxy75.31210.33630.3492
Hunter Lab86.7825-2.650714.3995
CIE-Lab89.53902.034711.1440

#eedfcc color RGB value is (238,223,204). #eedfcc color name is AntiqueWhite2 color.

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

The process color (four color CMYK) of #eedfcc color hex is 0.00, 0.06, 0.14, 0.07. Web safe color of #eedfcc is #ffcccc. Color #eedfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11001100
Octal 356 337 314
Decimal 238 223 204
Hex EE DF CC

RGB Percentages of Color #eedfcc

%35.79
%33.53
%30.68

CMYK Percentages of Color #eedfcc

%0
%6
%14
%7

Triadic Colors of #eedfcc

#eedfcc #cceedf #dfccee

Analogous Colors of #eedfcc

#eedfcc #eceecc #eececc

Monochromatic Colors of #eedfcc

#eedfcc

Complementary Color

#eedfcc #ccdbee

#eedfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfcc Color CSS Codes

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

#eedfcc Text Font Color

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

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


#eedfcc Background Color

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

This div background color is #eedfcc


#eedfcc Border Color

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

This div border color is #eedfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfcc


Comments

No comments written yet.

Please login to write comment.