Color Hex Logo

#aadfa8 Color Hex

#AADFA8
(170,223,168)
0 Favorites   0 Comments

Color spaces of #aadfa8

RGB 170223168
HSL0.330.460.77
HSV118°25°87°
CMYK 0.240.000.25   0.13
XYZ50.033164.148646.7907
Yxy64.14860.31080.3985
Hunter Lab80.0928-28.655521.4274
CIE-Lab84.0431-27.503821.5624

#aadfa8 color RGB value is (170,223,168).

#aadfa8 hex color red value is 170, green value is 223 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #aadfa8 hue: 0.33 , saturation: 0.46 and the lightness value of aadfa8 is 0.77.

The process color (four color CMYK) of #aadfa8 color hex is 0.24, 0.00, 0.25, 0.13. Web safe color of #aadfa8 is #99cc99. Color #aadfa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10101000
Octal 252 337 250
Decimal 170 223 168
Hex AA DF A8

RGB Percentages of Color #aadfa8

%30.30
%39.75
%29.95

CMYK Percentages of Color #aadfa8

%24
%0
%25
%13

Triadic Colors of #aadfa8

#aadfa8 #a8aadf #dfa8aa

Analogous Colors of #aadfa8

#aadfa8 #a8dfc2 #c6dfa8

Monochromatic Colors of #aadfa8

#aadfa8

Complementary Color

#aadfa8 #dda8df

#aadfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfa8 Color CSS Codes

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

#aadfa8 Text Font Color

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

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


#aadfa8 Background Color

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

This div background color is #aadfa8


#aadfa8 Border Color

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

This div border color is #aadfa8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,223,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aadfa8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aadfa8;
  -webkit-box-shadow: 1px 1px 3px 2px #aadfa8;
  box-shadow:         1px 1px 3px 2px #aadfa8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,223,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfa8


Comments

No comments written yet.

Please login to write comment.