Color Hex Logo

#def5ef Color Hex

#DEF5EF
(222,245,239)
0 Favorites   0 Comments

Color spaces of #def5ef

RGB 222245239
HSL0.460.530.92
HSV164°96°
CMYK 0.090.000.02   0.04
XYZ78.356687.066494.3370
Yxy87.06640.30160.3352
Hunter Lab93.3094-13.39595.3736
CIE-Lab94.7664-8.61120.3118

#def5ef color RGB value is (222,245,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 11101111
Octal 336 365 357
Decimal 222 245 239
Hex DE F5 EF

RGB Percentages of Color #def5ef

%31.44
%34.70
%33.85

CMYK Percentages of Color #def5ef

%9
%0
%2
%4

Triadic Colors of #def5ef

#def5ef #efdef5 #f5efde

Analogous Colors of #def5ef

#def5ef #def0f5 #def5e4

Monochromatic Colors of #def5ef

#def5ef

Complementary Color

#def5ef #f5dee4

#def5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#def5ef Color CSS Codes

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

#def5ef Text Font Color

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

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


#def5ef Background Color

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

This div background color is #def5ef


#def5ef Border Color

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

This div border color is #def5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def5ef

Related Colors


Comments

No comments written yet.

Please login to write comment.