Color Hex Logo

#eddcea Color Hex

#EDDCEA
(237,220,234)
1 Favorites   0 Comments

Color spaces of #eddcea

RGB 237220234
HSL0.860.320.90
HSV311°93°
CMYK 0.000.070.01   0.07
XYZ75.369575.131488.3713
Yxy75.13140.31550.3145
Hunter Lab86.67843.52410.2269
CIE-Lab89.45458.2502-4.7398

#eddcea color RGB value is (237,220,234).

#eddcea hex color red value is 237, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eddcea hue: 0.86 , saturation: 0.32 and the lightness value of eddcea is 0.90.

The process color (four color CMYK) of #eddcea color hex is 0.00, 0.07, 0.01, 0.07. Web safe color of #eddcea is #ffccff. Color #eddcea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11101010
Octal 355 334 352
Decimal 237 220 234
Hex ED DC EA

RGB Percentages of Color #eddcea

%34.30
%31.84
%33.86

CMYK Percentages of Color #eddcea

%0
%7
%1
%7

Triadic Colors of #eddcea

#eddcea #eaeddc #dceaed

Analogous Colors of #eddcea

#eddcea #eddce2 #e8dced

Monochromatic Colors of #eddcea

#eddcea

Complementary Color

#eddcea #dceddf

#eddcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcea Color CSS Codes

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

#eddcea Text Font Color

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

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


#eddcea Background Color

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

This div background color is #eddcea


#eddcea Border Color

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

This div border color is #eddcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcea


Comments

No comments written yet.

Please login to write comment.