Color Hex Logo

#eddeff Color Hex

#EDDEFF
(237,222,255)
0 Favorites   0 Comments

Color spaces of #eddeff

RGB 237222255
HSL0.741.000.94
HSV267°13°100°
CMYK 0.070.130.00   0.00
XYZ79.096377.4671105.3916
Yxy77.46710.30190.2957
Hunter Lab88.01546.3846-9.3844
CIE-Lab90.536211.0934-14.1560

#eddeff color RGB value is (237,222,255).

#eddeff hex color red value is 237, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eddeff hue: 0.74 , saturation: 1.00 and the lightness value of eddeff is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11111111
Octal 355 336 377
Decimal 237 222 255
Hex ED DE FF

RGB Percentages of Color #eddeff

%33.19
%31.09
%35.71

CMYK Percentages of Color #eddeff

%7
%13
%0
%0

Triadic Colors of #eddeff

#eddeff #ffedde #deffed

Analogous Colors of #eddeff

#eddeff #fedeff #dee0ff

Monochromatic Colors of #eddeff

#eddeff

Complementary Color

#eddeff #f0ffde

#eddeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddeff Color CSS Codes

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

#eddeff Text Font Color

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

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


#eddeff Background Color

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

This div background color is #eddeff


#eddeff Border Color

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

This div border color is #eddeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddeff

Related Colors


Comments

No comments written yet.

Please login to write comment.