Color Hex Logo

#defca9 Color Hex

#DEFCA9
(222,252,169)
0 Favorites   0 Comments

Color spaces of #defca9

RGB 222252169
HSL0.230.930.83
HSV82°33°99°
CMYK 0.120.000.33   0.01
XYZ72.096088.015050.7248
Yxy88.01500.34200.4175
Hunter Lab93.8163-27.004833.6144
CIE-Lab95.1673-23.173336.6254

#defca9 color RGB value is (222,252,169).

#defca9 hex color red value is 222, green value is 252 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #defca9 hue: 0.23 , saturation: 0.93 and the lightness value of defca9 is 0.83.

The process color (four color CMYK) of #defca9 color hex is 0.12, 0.00, 0.33, 0.01. Web safe color of #defca9 is #ccff99. Color #defca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 10101001
Octal 336 374 251
Decimal 222 252 169
Hex DE FC A9

RGB Percentages of Color #defca9

%34.53
%39.19
%26.28

CMYK Percentages of Color #defca9

%12
%0
%33
%1

Triadic Colors of #defca9

#defca9 #a9defc #fca9de

Analogous Colors of #defca9

#defca9 #b5fca9 #fcf1a9

Monochromatic Colors of #defca9

#defca9

Complementary Color

#defca9 #c7a9fc

#defca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defca9 Color CSS Codes

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

#defca9 Text Font Color

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

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


#defca9 Background Color

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

This div background color is #defca9


#defca9 Border Color

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

This div border color is #defca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defca9


Comments

No comments written yet.

Please login to write comment.