Color Hex Logo

#edd2ef Color Hex

#EDD2EF
(237,210,239)
0 Favorites   0 Comments

Color spaces of #edd2ef

RGB 237210239
HSL0.820.480.88
HSV296°12°94°
CMYK 0.010.120.00   0.06
XYZ73.551670.329791.3598
Yxy70.32970.31270.2990
Hunter Lab83.86289.7929-5.8863
CIE-Lab87.158314.3964-10.7785

#edd2ef color RGB value is (237,210,239).

#edd2ef hex color red value is 237, green value is 210 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edd2ef hue: 0.82 , saturation: 0.48 and the lightness value of edd2ef is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 11101111
Octal 355 322 357
Decimal 237 210 239
Hex ED D2 EF

RGB Percentages of Color #edd2ef

%34.55
%30.61
%34.84

CMYK Percentages of Color #edd2ef

%1
%12
%0
%6

Triadic Colors of #edd2ef

#edd2ef #efedd2 #d2efed

Analogous Colors of #edd2ef

#edd2ef #efd2e3 #dfd2ef

Monochromatic Colors of #edd2ef

#edd2ef

Complementary Color

#edd2ef #d4efd2

#edd2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd2ef Color CSS Codes

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

#edd2ef Text Font Color

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

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


#edd2ef Background Color

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

This div background color is #edd2ef


#edd2ef Border Color

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

This div border color is #edd2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd2ef


Comments

No comments written yet.

Please login to write comment.