Color Hex Logo

#defaad Color Hex

#DEFAAD
(222,250,173)
0 Favorites   0 Comments

Color spaces of #defaad

RGB 222250173
HSL0.230.890.83
HSV82°31°98°
CMYK 0.110.000.31   0.02
XYZ71.852686.917952.5250
Yxy86.91790.34010.4114
Hunter Lab93.2298-25.581431.8573
CIE-Lab94.7034-21.687834.0129

#defaad color RGB value is (222,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10101101
Octal 336 372 255
Decimal 222 250 173
Hex DE FA AD

RGB Percentages of Color #defaad

%34.42
%38.76
%26.82

CMYK Percentages of Color #defaad

%11
%0
%31
%2

Triadic Colors of #defaad

#defaad #addefa #faadde

Analogous Colors of #defaad

#defaad #b8faad #faf0ad

Monochromatic Colors of #defaad

#defaad

Complementary Color

#defaad #c9adfa

#defaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#defaad Color CSS Codes

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

#defaad Text Font Color

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

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


#defaad Background Color

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

This div background color is #defaad


#defaad Border Color

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

This div border color is #defaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,250,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 #defaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defaad


Comments

No comments written yet.

Please login to write comment.