Color Hex Logo

#defbad Color Hex

#DEFBAD
(222,251,173)
0 Favorites   0 Comments

Color spaces of #defbad

RGB 222251173
HSL0.230.910.83
HSV82°31°98°
CMYK 0.120.000.31   0.02
XYZ72.164287.541152.6288
Yxy87.54110.33990.4123
Hunter Lab93.5634-26.061332.1441
CIE-Lab94.9674-22.168034.3647

#defbad color RGB value is (222,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10101101
Octal 336 373 255
Decimal 222 251 173
Hex DE FB AD

RGB Percentages of Color #defbad

%34.37
%38.85
%26.78

CMYK Percentages of Color #defbad

%12
%0
%31
%2

Triadic Colors of #defbad

#defbad #addefb #fbadde

Analogous Colors of #defbad

#defbad #b7fbad #fbf1ad

Monochromatic Colors of #defbad

#defbad

Complementary Color

#defbad #caadfb

#defbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbad Color CSS Codes

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

#defbad Text Font Color

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

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


#defbad Background Color

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

This div background color is #defbad


#defbad Border Color

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

This div border color is #defbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbad


Comments

No comments written yet.

Please login to write comment.