Color Hex Logo

#edcaed Color Hex

#EDCAED
(237,202,237)
0 Favorites   0 Comments

Color spaces of #edcaed

RGB 237202237
HSL0.830.490.86
HSV300°15°93°
CMYK 0.000.150.00   0.07
XYZ71.331666.360089.1699
Yxy66.36000.31440.2925
Hunter Lab81.461613.7450-7.8771
CIE-Lab85.179718.2591-12.6704

#edcaed color RGB value is (237,202,237).

#edcaed hex color red value is 237, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edcaed hue: 0.83 , saturation: 0.49 and the lightness value of edcaed is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11101101
Octal 355 312 355
Decimal 237 202 237
Hex ED CA ED

RGB Percentages of Color #edcaed

%35.06
%29.88
%35.06

CMYK Percentages of Color #edcaed

%0
%15
%0
%7

Triadic Colors of #edcaed

#edcaed #ededca #caeded

Analogous Colors of #edcaed

#edcaed #edcadc #dccaed

Monochromatic Colors of #edcaed

#edcaed

Complementary Color

#edcaed #caedca

#edcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaed Color CSS Codes

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

#edcaed Text Font Color

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

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


#edcaed Background Color

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

This div background color is #edcaed


#edcaed Border Color

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

This div border color is #edcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaed


Comments

No comments written yet.

Please login to write comment.