Color Hex Logo

#eddef3 Color Hex

#EDDEF3
(237,222,243)
0 Favorites   0 Comments

Color spaces of #eddef3

RGB 237222243
HSL0.790.470.91
HSV283°95°
CMYK 0.020.090.00   0.05
XYZ77.224076.718195.5320
Yxy76.71810.30950.3075
Hunter Lab87.58894.0966-3.3546
CIE-Lab90.19178.8376-8.3774

#eddef3 color RGB value is (237,222,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11110011
Octal 355 336 363
Decimal 237 222 243
Hex ED DE F3

RGB Percentages of Color #eddef3

%33.76
%31.62
%34.62

CMYK Percentages of Color #eddef3

%2
%9
%0
%5

Triadic Colors of #eddef3

#eddef3 #f3edde #def3ed

Analogous Colors of #eddef3

#eddef3 #f3deef #e3def3

Monochromatic Colors of #eddef3

#eddef3

Complementary Color

#eddef3 #e4f3de

#eddef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddef3 Color CSS Codes

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

#eddef3 Text Font Color

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

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


#eddef3 Background Color

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

This div background color is #eddef3


#eddef3 Border Color

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

This div border color is #eddef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddef3


Comments

No comments written yet.

Please login to write comment.