Color Hex Logo

#defbab Color Hex

#DEFBAB
(222,251,171)
0 Favorites   0 Comments

Color spaces of #defbab

RGB 222251171
HSL0.230.910.83
HSV82°32°98°
CMYK 0.120.000.32   0.02
XYZ71.972187.464251.6170
Yxy87.46420.34100.4144
Hunter Lab93.5223-26.295532.7422
CIE-Lab94.9349-22.433035.3210

#defbab color RGB value is (222,251,171).

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

The process color (four color CMYK) of #defbab color hex is 0.12, 0.00, 0.32, 0.02. Web safe color of #defbab is #ccff99. Color #defbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10101011
Octal 336 373 253
Decimal 222 251 171
Hex DE FB AB

RGB Percentages of Color #defbab

%34.47
%38.98
%26.55

CMYK Percentages of Color #defbab

%12
%0
%32
%2

Triadic Colors of #defbab

#defbab #abdefb #fbabde

Analogous Colors of #defbab

#defbab #b6fbab #fbf0ab

Monochromatic Colors of #defbab

#defbab

Complementary Color

#defbab #c8abfb

#defbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbab Color CSS Codes

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

#defbab Text Font Color

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

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


#defbab Background Color

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

This div background color is #defbab


#defbab Border Color

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

This div border color is #defbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbab

Related Colors


Comments

No comments written yet.

Please login to write comment.