Color Hex Logo

#def5ed Color Hex

#DEF5ED
(222,245,237)
0 Favorites   0 Comments

Color spaces of #def5ed

RGB 222245237
HSL0.440.530.92
HSV159°96°
CMYK 0.090.000.03   0.04
XYZ78.062786.948892.7892
Yxy86.94880.30280.3373
Hunter Lab93.2463-13.74696.2731
CIE-Lab94.7165-8.98301.2742

#def5ed color RGB value is (222,245,237).

#def5ed hex color red value is 222, green value is 245 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #def5ed hue: 0.44 , saturation: 0.53 and the lightness value of def5ed is 0.92.

The process color (four color CMYK) of #def5ed color hex is 0.09, 0.00, 0.03, 0.04. Web safe color of #def5ed is #ccffff. Color #def5ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 11101101
Octal 336 365 355
Decimal 222 245 237
Hex DE F5 ED

RGB Percentages of Color #def5ed

%31.53
%34.80
%33.66

CMYK Percentages of Color #def5ed

%9
%0
%3
%4

Triadic Colors of #def5ed

#def5ed #eddef5 #f5edde

Analogous Colors of #def5ed

#def5ed #def2f5 #def5e2

Monochromatic Colors of #def5ed

#def5ed

Complementary Color

#def5ed #f5dee6

#def5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#def5ed Color CSS Codes

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

#def5ed Text Font Color

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

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


#def5ed Background Color

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

This div background color is #def5ed


#def5ed Border Color

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

This div border color is #def5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def5ed


Comments

No comments written yet.

Please login to write comment.