Color Hex Logo

#adfbad Color Hex

#ADFBAD
(173,251,173)
0 Favorites   0 Comments

Color spaces of #adfbad

RGB 173251173
HSL0.330.910.83
HSV120°31°98°
CMYK 0.310.000.31   0.02
XYZ59.273680.895752.0256
Yxy80.89570.30840.4209
Hunter Lab89.9420-39.763528.6640
CIE-Lab92.0853-38.704729.9975

#adfbad color RGB value is (173,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10101101
Octal 255 373 255
Decimal 173 251 173
Hex AD FB AD

RGB Percentages of Color #adfbad

%28.98
%42.04
%28.98

CMYK Percentages of Color #adfbad

%31
%0
%31
%2

Triadic Colors of #adfbad

#adfbad #adadfb #fbadad

Analogous Colors of #adfbad

#adfbad #adfbd4 #d4fbad

Monochromatic Colors of #adfbad

#adfbad

Complementary Color

#adfbad #fbadfb

#adfbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbad Color CSS Codes

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

#adfbad Text Font Color

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

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


#adfbad Background Color

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

This div background color is #adfbad


#adfbad Border Color

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

This div border color is #adfbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbad


Comments

No comments written yet.

Please login to write comment.