Color Hex Logo

#edcaef Color Hex

#EDCAEF
(237,202,239)
1 Favorites   0 Comments

Color spaces of #edcaef

RGB 237202239
HSL0.820.540.86
HSV297°15°94°
CMYK 0.010.150.00   0.06
XYZ71.625666.477690.7177
Yxy66.47760.31300.2905
Hunter Lab81.533814.1241-8.8947
CIE-Lab85.239418.6251-13.6439

#edcaef color RGB value is (237,202,239).

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

The process color (four color CMYK) of #edcaef color hex is 0.01, 0.15, 0.00, 0.06. Web safe color of #edcaef is #ffccff. Color #edcaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11101111
Octal 355 312 357
Decimal 237 202 239
Hex ED CA EF

RGB Percentages of Color #edcaef

%34.96
%29.79
%35.25

CMYK Percentages of Color #edcaef

%1
%15
%0
%6

Triadic Colors of #edcaef

#edcaef #efedca #caefed

Analogous Colors of #edcaef

#edcaef #efcadf #dbcaef

Monochromatic Colors of #edcaef

#edcaef

Complementary Color

#edcaef #ccefca

#edcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaef Color CSS Codes

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

#edcaef Text Font Color

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

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


#edcaef Background Color

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

This div background color is #edcaef


#edcaef Border Color

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

This div border color is #edcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaef


Comments

No comments written yet.

Please login to write comment.