Color Hex Logo

#edcaf6 Color Hex

#EDCAF6
(237,202,246)
0 Favorites   0 Comments

Color spaces of #edcaf6

RGB 237202246
HSL0.800.710.88
HSV288°18°96°
CMYK 0.040.180.00   0.04
XYZ72.680166.899496.2710
Yxy66.89940.30820.2837
Hunter Lab81.792115.4783-12.5312
CIE-Lab85.453119.9261-17.0398

#edcaf6 color RGB value is (237,202,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11110110
Octal 355 312 366
Decimal 237 202 246
Hex ED CA F6

RGB Percentages of Color #edcaf6

%34.60
%29.49
%35.91

CMYK Percentages of Color #edcaf6

%4
%18
%0
%4

Triadic Colors of #edcaf6

#edcaf6 #f6edca #caf6ed

Analogous Colors of #edcaf6

#edcaf6 #f6cae9 #d7caf6

Monochromatic Colors of #edcaf6

#edcaf6

Complementary Color

#edcaf6 #d3f6ca

#edcaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaf6 Color CSS Codes

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

#edcaf6 Text Font Color

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

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


#edcaf6 Background Color

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

This div background color is #edcaf6


#edcaf6 Border Color

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

This div border color is #edcaf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,202,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 #edcaf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaf6


Comments

No comments written yet.

Please login to write comment.