Color Hex Logo

#edd9fc Color Hex

#EDD9FC
(237,217,252)
0 Favorites   0 Comments

Color spaces of #edd9fc

RGB 237217252
HSL0.760.850.92
HSV274°14°99°
CMYK 0.060.140.00   0.01
XYZ77.308674.6585102.4314
Yxy74.65850.30390.2935
Hunter Lab86.40528.4989-9.8034
CIE-Lab89.232813.1412-14.5333

#edd9fc color RGB value is (237,217,252).

#edd9fc hex color red value is 237, green value is 217 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edd9fc hue: 0.76 , saturation: 0.85 and the lightness value of edd9fc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 11111100
Octal 355 331 374
Decimal 237 217 252
Hex ED D9 FC

RGB Percentages of Color #edd9fc

%33.57
%30.74
%35.69

CMYK Percentages of Color #edd9fc

%6
%14
%0
%1

Triadic Colors of #edd9fc

#edd9fc #fcedd9 #d9fced

Analogous Colors of #edd9fc

#edd9fc #fcd9fa #dcd9fc

Monochromatic Colors of #edd9fc

#edd9fc

Complementary Color

#edd9fc #e8fcd9

#edd9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd9fc Color CSS Codes

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

#edd9fc Text Font Color

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

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


#edd9fc Background Color

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

This div background color is #edd9fc


#edd9fc Border Color

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

This div border color is #edd9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd9fc


Comments

No comments written yet.

Please login to write comment.