Color Hex Logo

#edd7fc Color Hex

#EDD7FC
(237,215,252)
0 Favorites   0 Comments

Color spaces of #edd7fc

RGB 237215252
HSL0.770.860.92
HSV276°15°99°
CMYK 0.060.150.00   0.01
XYZ76.796273.6337102.2606
Yxy73.63370.30390.2914
Hunter Lab85.81019.5819-10.5893
CIE-Lab88.749114.1927-15.2583

#edd7fc color RGB value is (237,215,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 11111100
Octal 355 327 374
Decimal 237 215 252
Hex ED D7 FC

RGB Percentages of Color #edd7fc

%33.66
%30.54
%35.80

CMYK Percentages of Color #edd7fc

%6
%15
%0
%1

Triadic Colors of #edd7fc

#edd7fc #fcedd7 #d7fced

Analogous Colors of #edd7fc

#edd7fc #fcd7f9 #dbd7fc

Monochromatic Colors of #edd7fc

#edd7fc

Complementary Color

#edd7fc #e6fcd7

#edd7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd7fc Color CSS Codes

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

#edd7fc Text Font Color

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

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


#edd7fc Background Color

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

This div background color is #edd7fc


#edd7fc Border Color

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

This div border color is #edd7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd7fc


Comments

No comments written yet.

Please login to write comment.