Color Hex Logo

#edcaf0 Color Hex

#EDCAF0
(237,202,240)
0 Favorites   0 Comments

Color spaces of #edcaf0

RGB 237202240
HSL0.820.560.87
HSV295°16°94°
CMYK 0.010.160.00   0.06
XYZ71.773866.536991.4981
Yxy66.53690.31230.2895
Hunter Lab81.570214.3149-9.4071
CIE-Lab85.269518.8089-14.1301

#edcaf0 color RGB value is (237,202,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11110000
Octal 355 312 360
Decimal 237 202 240
Hex ED CA F0

RGB Percentages of Color #edcaf0

%34.90
%29.75
%35.35

CMYK Percentages of Color #edcaf0

%1
%16
%0
%6

Triadic Colors of #edcaf0

#edcaf0 #f0edca #caf0ed

Analogous Colors of #edcaf0

#edcaf0 #f0cae0 #dacaf0

Monochromatic Colors of #edcaf0

#edcaf0

Complementary Color

#edcaf0 #cdf0ca

#edcaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaf0 Color CSS Codes

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

#edcaf0 Text Font Color

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

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


#edcaf0 Background Color

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

This div background color is #edcaf0


#edcaf0 Border Color

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

This div border color is #edcaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaf0


Comments

No comments written yet.

Please login to write comment.