Color Hex Logo

#defab9 Color Hex

#DEFAB9
(222,250,185)
0 Favorites   0 Comments

Color spaces of #defab9

RGB 222250185
HSL0.240.870.85
HSV86°26°98°
CMYK 0.110.000.26   0.02
XYZ73.066887.403658.9185
Yxy87.40360.33300.3984
Hunter Lab93.4899-24.101128.0776
CIE-Lab94.9092-20.023628.2455

#defab9 color RGB value is (222,250,185).

#defab9 hex color red value is 222, green value is 250 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #defab9 hue: 0.24 , saturation: 0.87 and the lightness value of defab9 is 0.85.

The process color (four color CMYK) of #defab9 color hex is 0.11, 0.00, 0.26, 0.02. Web safe color of #defab9 is #ccffcc. Color #defab9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10111001
Octal 336 372 271
Decimal 222 250 185
Hex DE FA B9

RGB Percentages of Color #defab9

%33.79
%38.05
%28.16

CMYK Percentages of Color #defab9

%11
%0
%26
%2

Triadic Colors of #defab9

#defab9 #b9defa #fab9de

Analogous Colors of #defab9

#defab9 #befab9 #faf6b9

Monochromatic Colors of #defab9

#defab9

Complementary Color

#defab9 #d5b9fa

#defab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defab9 Color CSS Codes

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

#defab9 Text Font Color

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

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


#defab9 Background Color

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

This div background color is #defab9


#defab9 Border Color

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

This div border color is #defab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defab9


Comments

No comments written yet.

Please login to write comment.