Color Hex Logo

#def2ae Color Hex

#DEF2AE
(222,242,174)
0 Favorites   0 Comments

Color spaces of #def2ae

RGB 222242174
HSL0.220.720.82
HSV78°28°95°
CMYK 0.080.000.28   0.05
XYZ69.516382.089852.2254
Yxy82.08980.34100.4027
Hunter Lab90.6034-21.600229.2466
CIE-Lab92.6145-17.674930.7100

#def2ae color RGB value is (222,242,174).

#def2ae hex color red value is 222, green value is 242 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #def2ae hue: 0.22 , saturation: 0.72 and the lightness value of def2ae is 0.82.

The process color (four color CMYK) of #def2ae color hex is 0.08, 0.00, 0.28, 0.05. Web safe color of #def2ae is #ccff99. Color #def2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110010 10101110
Octal 336 362 256
Decimal 222 242 174
Hex DE F2 AE

RGB Percentages of Color #def2ae

%34.80
%37.93
%27.27

CMYK Percentages of Color #def2ae

%8
%0
%28
%5

Triadic Colors of #def2ae

#def2ae #aedef2 #f2aede

Analogous Colors of #def2ae

#def2ae #bcf2ae #f2e4ae

Monochromatic Colors of #def2ae

#def2ae

Complementary Color

#def2ae #c2aef2

#def2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#def2ae Color CSS Codes

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

#def2ae Text Font Color

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

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


#def2ae Background Color

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

This div background color is #def2ae


#def2ae Border Color

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

This div border color is #def2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def2ae


Comments

No comments written yet.

Please login to write comment.