Color Hex Logo

#defab0 Color Hex

#DEFAB0
(222,250,176)
0 Favorites   0 Comments

Color spaces of #defab0

RGB 222250176
HSL0.230.880.84
HSV83°30°98°
CMYK 0.110.000.30   0.02
XYZ72.146387.035454.0713
Yxy87.03540.33830.4081
Hunter Lab93.2928-25.222530.9412
CIE-Lab94.7533-21.283032.5745

#defab0 color RGB value is (222,250,176).

#defab0 hex color red value is 222, green value is 250 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #defab0 hue: 0.23 , saturation: 0.88 and the lightness value of defab0 is 0.84.

The process color (four color CMYK) of #defab0 color hex is 0.11, 0.00, 0.30, 0.02. Web safe color of #defab0 is #ccff99. Color #defab0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10110000
Octal 336 372 260
Decimal 222 250 176
Hex DE FA B0

RGB Percentages of Color #defab0

%34.26
%38.58
%27.16

CMYK Percentages of Color #defab0

%11
%0
%30
%2

Triadic Colors of #defab0

#defab0 #b0defa #fab0de

Analogous Colors of #defab0

#defab0 #b9fab0 #faf1b0

Monochromatic Colors of #defab0

#defab0

Complementary Color

#defab0 #ccb0fa

#defab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defab0 Color CSS Codes

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

#defab0 Text Font Color

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

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


#defab0 Background Color

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

This div background color is #defab0


#defab0 Border Color

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

This div border color is #defab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defab0


Comments

No comments written yet.

Please login to write comment.