Color Hex Logo

#eddef1 Color Hex

#EDDEF1
(237,222,241)
0 Favorites   0 Comments

Color spaces of #eddef1

RGB 237222241
HSL0.800.400.91
HSV287°95°
CMYK 0.020.080.00   0.05
XYZ76.923576.598093.9497
Yxy76.59800.31080.3095
Hunter Lab87.52033.7271-2.3814
CIE-Lab90.13638.4706-7.4100

#eddef1 color RGB value is (237,222,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11110001
Octal 355 336 361
Decimal 237 222 241
Hex ED DE F1

RGB Percentages of Color #eddef1

%33.86
%31.71
%34.43

CMYK Percentages of Color #eddef1

%2
%8
%0
%5

Triadic Colors of #eddef1

#eddef1 #f1edde #def1ed

Analogous Colors of #eddef1

#eddef1 #f1deec #e4def1

Monochromatic Colors of #eddef1

#eddef1

Complementary Color

#eddef1 #e2f1de

#eddef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddef1 Color CSS Codes

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

#eddef1 Text Font Color

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

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


#eddef1 Background Color

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

This div background color is #eddef1


#eddef1 Border Color

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

This div border color is #eddef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddef1


Comments

No comments written yet.

Please login to write comment.