Color Hex Logo

#edd5ef Color Hex

#EDD5EF
(237,213,239)
0 Favorites   0 Comments

Color spaces of #edd5ef

RGB 237213239
HSL0.820.450.89
HSV295°11°94°
CMYK 0.010.110.00   0.06
XYZ74.299371.825091.6090
Yxy71.82500.31250.3021
Hunter Lab84.74968.1776-4.7640
CIE-Lab87.884312.8174-9.6982

#edd5ef color RGB value is (237,213,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 11101111
Octal 355 325 357
Decimal 237 213 239
Hex ED D5 EF

RGB Percentages of Color #edd5ef

%34.40
%30.91
%34.69

CMYK Percentages of Color #edd5ef

%1
%11
%0
%6

Triadic Colors of #edd5ef

#edd5ef #efedd5 #d5efed

Analogous Colors of #edd5ef

#edd5ef #efd5e4 #e0d5ef

Monochromatic Colors of #edd5ef

#edd5ef

Complementary Color

#edd5ef #d7efd5

#edd5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd5ef Color CSS Codes

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

#edd5ef Text Font Color

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

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


#edd5ef Background Color

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

This div background color is #edd5ef


#edd5ef Border Color

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

This div border color is #edd5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd5ef


Comments

No comments written yet.

Please login to write comment.