Color Hex Logo

#edcaf9 Color Hex

#EDCAF9
(237,202,249)
0 Favorites   0 Comments

Color spaces of #edcaf9

RGB 237202249
HSL0.790.800.88
HSV285°19°98°
CMYK 0.050.190.00   0.02
XYZ73.144567.085198.7161
Yxy67.08510.30610.2808
Hunter Lab81.905516.0722-14.1251
CIE-Lab85.546920.4936-18.4897

#edcaf9 color RGB value is (237,202,249).

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

The process color (four color CMYK) of #edcaf9 color hex is 0.05, 0.19, 0.00, 0.02. Web safe color of #edcaf9 is #ffccff. Color #edcaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11111001
Octal 355 312 371
Decimal 237 202 249
Hex ED CA F9

RGB Percentages of Color #edcaf9

%34.45
%29.36
%36.19

CMYK Percentages of Color #edcaf9

%5
%19
%0
%2

Triadic Colors of #edcaf9

#edcaf9 #f9edca #caf9ed

Analogous Colors of #edcaf9

#edcaf9 #f9caee #d6caf9

Monochromatic Colors of #edcaf9

#edcaf9

Complementary Color

#edcaf9 #d6f9ca

#edcaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaf9 Color CSS Codes

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

#edcaf9 Text Font Color

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

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


#edcaf9 Background Color

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

This div background color is #edcaf9


#edcaf9 Border Color

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

This div border color is #edcaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaf9


Comments

No comments written yet.

Please login to write comment.