Color Hex Logo

#def5ae Color Hex

#DEF5AE
(222,245,174)
0 Favorites   0 Comments

Color spaces of #def5ae

RGB 222245174
HSL0.220.780.82
HSV79°29°96°
CMYK 0.090.000.29   0.04
XYZ70.416683.890452.5255
Yxy83.89040.34050.4056
Hunter Lab91.5917-23.052930.1129
CIE-Lab93.4029-19.136731.7700

#def5ae color RGB value is (222,245,174).

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

The process color (four color CMYK) of #def5ae color hex is 0.09, 0.00, 0.29, 0.04. Web safe color of #def5ae is #ccff99. Color #def5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 10101110
Octal 336 365 256
Decimal 222 245 174
Hex DE F5 AE

RGB Percentages of Color #def5ae

%34.63
%38.22
%27.15

CMYK Percentages of Color #def5ae

%9
%0
%29
%4

Triadic Colors of #def5ae

#def5ae #aedef5 #f5aede

Analogous Colors of #def5ae

#def5ae #bbf5ae #f5e9ae

Monochromatic Colors of #def5ae

#def5ae

Complementary Color

#def5ae #c5aef5

#def5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#def5ae Color CSS Codes

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

#def5ae Text Font Color

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

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


#def5ae Background Color

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

This div background color is #def5ae


#def5ae Border Color

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

This div border color is #def5ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,245,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 #def5ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def5ae


Comments

No comments written yet.

Please login to write comment.