Color Hex Logo

#edcef6 Color Hex

#EDCEF6
(237,206,246)
0 Favorites   0 Comments

Color spaces of #edcef6

RGB 237206246
HSL0.800.690.89
HSV287°16°96°
CMYK 0.040.160.00   0.04
XYZ73.630968.801096.5879
Yxy68.80100.30810.2878
Hunter Lab82.946413.2970-10.9785
CIE-Lab86.405417.8066-15.6083

#edcef6 color RGB value is (237,206,246).

#edcef6 hex color red value is 237, green value is 206 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #edcef6 hue: 0.80 , saturation: 0.69 and the lightness value of edcef6 is 0.89.

The process color (four color CMYK) of #edcef6 color hex is 0.04, 0.16, 0.00, 0.04. Web safe color of #edcef6 is #ffccff. Color #edcef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11110110
Octal 355 316 366
Decimal 237 206 246
Hex ED CE F6

RGB Percentages of Color #edcef6

%34.40
%29.90
%35.70

CMYK Percentages of Color #edcef6

%4
%16
%0
%4

Triadic Colors of #edcef6

#edcef6 #f6edce #cef6ed

Analogous Colors of #edcef6

#edcef6 #f6ceeb #d9cef6

Monochromatic Colors of #edcef6

#edcef6

Complementary Color

#edcef6 #d7f6ce

#edcef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcef6 Color CSS Codes

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

#edcef6 Text Font Color

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

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


#edcef6 Background Color

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

This div background color is #edcef6


#edcef6 Border Color

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

This div border color is #edcef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcef6


Comments

No comments written yet.

Please login to write comment.