Color Hex Logo

#edceda Color Hex

#EDCEDA
(237,206,218)
0 Favorites   0 Comments

Color spaces of #edceda

RGB 237206218
HSL0.940.460.87
HSV337°13°93°
CMYK 0.000.130.08   0.07
XYZ69.651267.209175.6313
Yxy67.20910.32780.3163
Hunter Lab81.98128.18662.6891
CIE-Lab85.609412.8105-1.9352

#edceda color RGB value is (237,206,218).

#edceda hex color red value is 237, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edceda hue: 0.94 , saturation: 0.46 and the lightness value of edceda is 0.87.

The process color (four color CMYK) of #edceda color hex is 0.00, 0.13, 0.08, 0.07. Web safe color of #edceda is #ffcccc. Color #edceda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11011010
Octal 355 316 332
Decimal 237 206 218
Hex ED CE DA

RGB Percentages of Color #edceda

%35.85
%31.16
%32.98

CMYK Percentages of Color #edceda

%0
%13
%8
%7

Triadic Colors of #edceda

#edceda #daedce #cedaed

Analogous Colors of #edceda

#edceda #edd2ce #edceea

Monochromatic Colors of #edceda

#edceda

Complementary Color

#edceda #ceede1

#edceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edceda Color CSS Codes

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

#edceda Text Font Color

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

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


#edceda Background Color

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

This div background color is #edceda


#edceda Border Color

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

This div border color is #edceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edceda


Comments

No comments written yet.

Please login to write comment.