Color Hex Logo

#def0ac Color Hex

#DEF0AC
(222,240,172)
0 Favorites   0 Comments

Color spaces of #def0ac

RGB 222240172
HSL0.210.690.81
HSV76°28°94°
CMYK 0.080.000.28   0.06
XYZ68.730780.828351.0087
Yxy80.82830.34270.4030
Hunter Lab89.9046-20.872429.2941
CIE-Lab92.0552-16.967830.9712

#def0ac color RGB value is (222,240,172).

#def0ac hex color red value is 222, green value is 240 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #def0ac hue: 0.21 , saturation: 0.69 and the lightness value of def0ac is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 10101100
Octal 336 360 254
Decimal 222 240 172
Hex DE F0 AC

RGB Percentages of Color #def0ac

%35.02
%37.85
%27.13

CMYK Percentages of Color #def0ac

%8
%0
%28
%6

Triadic Colors of #def0ac

#def0ac #acdef0 #f0acde

Analogous Colors of #def0ac

#def0ac #bcf0ac #f0e0ac

Monochromatic Colors of #def0ac

#def0ac

Complementary Color

#def0ac #beacf0

#def0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#def0ac Color CSS Codes

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

#def0ac Text Font Color

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

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


#def0ac Background Color

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

This div background color is #def0ac


#def0ac Border Color

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

This div border color is #def0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def0ac

#def0ac Color Palettes


Comments

No comments written yet.

Please login to write comment.