Color Hex Logo

#adfaab Color Hex

#ADFAAB
(173,250,171)
0 Favorites   0 Comments

Color spaces of #adfaab

RGB 173250171
HSL0.330.890.83
HSV118°32°98°
CMYK 0.310.000.32   0.02
XYZ58.769980.195750.9099
Yxy80.19570.30950.4224
Hunter Lab89.5521-39.572728.9804
CIE-Lab91.7726-38.570530.5842

#adfaab color RGB value is (173,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10101011
Octal 255 372 253
Decimal 173 250 171
Hex AD FA AB

RGB Percentages of Color #adfaab

%29.12
%42.09
%28.79

CMYK Percentages of Color #adfaab

%31
%0
%32
%2

Triadic Colors of #adfaab

#adfaab #abadfa #faabad

Analogous Colors of #adfaab

#adfaab #abfad1 #d5faab

Monochromatic Colors of #adfaab

#adfaab

Complementary Color

#adfaab #f8abfa

#adfaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaab Color CSS Codes

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

#adfaab Text Font Color

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

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


#adfaab Background Color

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

This div background color is #adfaab


#adfaab Border Color

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

This div border color is #adfaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaab

Related Colors


Comments

No comments written yet.

Please login to write comment.