Color Hex Logo

#eddef2 Color Hex

#EDDEF2
(237,222,242)
0 Favorites   0 Comments

Color spaces of #eddef2

RGB 237222242
HSL0.790.430.91
HSV285°95°
CMYK 0.020.080.00   0.05
XYZ77.073376.657994.7386
Yxy76.65790.31020.3085
Hunter Lab87.55453.9113-2.8668
CIE-Lab90.16398.6537-7.8938

#eddef2 color RGB value is (237,222,242).

#eddef2 hex color red value is 237, green value is 222 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #eddef2 hue: 0.79 , saturation: 0.43 and the lightness value of eddef2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11110010
Octal 355 336 362
Decimal 237 222 242
Hex ED DE F2

RGB Percentages of Color #eddef2

%33.81
%31.67
%34.52

CMYK Percentages of Color #eddef2

%2
%8
%0
%5

Triadic Colors of #eddef2

#eddef2 #f2edde #def2ed

Analogous Colors of #eddef2

#eddef2 #f2deed #e3def2

Monochromatic Colors of #eddef2

#eddef2

Complementary Color

#eddef2 #e3f2de

#eddef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddef2 Color CSS Codes

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

#eddef2 Text Font Color

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

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


#eddef2 Background Color

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

This div background color is #eddef2


#eddef2 Border Color

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

This div border color is #eddef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddef2

#eddef2 Color Palettes


Comments

No comments written yet.

Please login to write comment.