Color Hex Logo

#adfaad Color Hex

#ADFAAD
(173,250,173)
0 Favorites   0 Comments

Color spaces of #adfaad

RGB 173250173
HSL0.330.890.83
HSV120°31°98°
CMYK 0.310.000.31   0.02
XYZ58.962080.272651.9217
Yxy80.27260.30840.4199
Hunter Lab89.5950-39.321328.3570
CIE-Lab91.8070-38.255329.6220

#adfaad color RGB value is (173,250,173).

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

The process color (four color CMYK) of #adfaad color hex is 0.31, 0.00, 0.31, 0.02. Web safe color of #adfaad is #99ff99. Color #adfaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10101101
Octal 255 372 255
Decimal 173 250 173
Hex AD FA AD

RGB Percentages of Color #adfaad

%29.03
%41.95
%29.03

CMYK Percentages of Color #adfaad

%31
%0
%31
%2

Triadic Colors of #adfaad

#adfaad #adadfa #faadad

Analogous Colors of #adfaad

#adfaad #adfad4 #d4faad

Monochromatic Colors of #adfaad

#adfaad

Complementary Color

#adfaad #faadfa

#adfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaad Color CSS Codes

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

#adfaad Text Font Color

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

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


#adfaad Background Color

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

This div background color is #adfaad


#adfaad Border Color

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

This div border color is #adfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaad


Comments

No comments written yet.

Please login to write comment.