Color Hex Logo

#eddcf9 Color Hex

#EDDCF9
(237,220,249)
0 Favorites   0 Comments

Color spaces of #eddcf9

RGB 237220249
HSL0.760.710.92
HSV275°12°98°
CMYK 0.050.120.00   0.02
XYZ77.617176.0305100.2070
Yxy76.03050.30580.2995
Hunter Lab87.19556.2998-7.1006
CIE-Lab89.873510.9995-11.9997

#eddcf9 color RGB value is (237,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11111001
Octal 355 334 371
Decimal 237 220 249
Hex ED DC F9

RGB Percentages of Color #eddcf9

%33.57
%31.16
%35.27

CMYK Percentages of Color #eddcf9

%5
%12
%0
%2

Triadic Colors of #eddcf9

#eddcf9 #f9eddc #dcf9ed

Analogous Colors of #eddcf9

#eddcf9 #f9dcf7 #dfdcf9

Monochromatic Colors of #eddcf9

#eddcf9

Complementary Color

#eddcf9 #e8f9dc

#eddcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcf9 Color CSS Codes

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

#eddcf9 Text Font Color

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

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


#eddcf9 Background Color

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

This div background color is #eddcf9


#eddcf9 Border Color

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

This div border color is #eddcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcf9


Comments

No comments written yet.

Please login to write comment.