Color Hex Logo

#eddff0 Color Hex

#EDDFF0
(237,223,240)
0 Favorites   0 Comments

Color spaces of #eddff0

RGB 237223240
HSL0.800.360.91
HSV289°94°
CMYK 0.010.070.00   0.06
XYZ77.040977.071193.2538
Yxy77.07110.31140.3116
Hunter Lab87.79013.0113-1.5268
CIE-Lab90.35437.7676-6.5628

#eddff0 color RGB value is (237,223,240).

#eddff0 hex color red value is 237, green value is 223 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #eddff0 hue: 0.80 , saturation: 0.36 and the lightness value of eddff0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11110000
Octal 355 337 360
Decimal 237 223 240
Hex ED DF F0

RGB Percentages of Color #eddff0

%33.86
%31.86
%34.29

CMYK Percentages of Color #eddff0

%1
%7
%0
%6

Triadic Colors of #eddff0

#eddff0 #f0eddf #dff0ed

Analogous Colors of #eddff0

#eddff0 #f0dfeb #e5dff0

Monochromatic Colors of #eddff0

#eddff0

Complementary Color

#eddff0 #e2f0df

#eddff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddff0 Color CSS Codes

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

#eddff0 Text Font Color

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

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


#eddff0 Background Color

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

This div background color is #eddff0


#eddff0 Border Color

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

This div border color is #eddff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddff0


Comments

No comments written yet.

Please login to write comment.