Color Hex Logo

#edccc9 Color Hex

#EDCCC9
(237,204,201)
0 Favorites   0 Comments

Color spaces of #edccc9

RGB 237204201
HSL0.010.500.86
HSV15°93°
CMYK 0.000.140.15   0.07
XYZ67.060565.407364.3487
Yxy65.40730.34070.3323
Hunter Lab80.87486.47949.4378
CIE-Lab84.693211.10015.7711

#edccc9 color RGB value is (237,204,201).

#edccc9 hex color red value is 237, green value is 204 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #edccc9 hue: 0.01 , saturation: 0.50 and the lightness value of edccc9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11001001
Octal 355 314 311
Decimal 237 204 201
Hex ED CC C9

RGB Percentages of Color #edccc9

%36.92
%31.78
%31.31

CMYK Percentages of Color #edccc9

%0
%14
%15
%7

Triadic Colors of #edccc9

#edccc9 #c9edcc #ccc9ed

Analogous Colors of #edccc9

#edccc9 #eddec9 #edc9d8

Monochromatic Colors of #edccc9

#edccc9

Complementary Color

#edccc9 #c9eaed

#edccc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccc9 Color CSS Codes

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

#edccc9 Text Font Color

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

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


#edccc9 Background Color

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

This div background color is #edccc9


#edccc9 Border Color

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

This div border color is #edccc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccc9


Comments

No comments written yet.

Please login to write comment.