Color Hex Logo

#aaddaf Color Hex

#AADDAF
(170,221,175)
0 Favorites   0 Comments

Color spaces of #aaddaf

RGB 170221175
HSL0.350.430.77
HSV126°23°87°
CMYK 0.230.000.21   0.13
XYZ50.171963.354150.1417
Yxy63.35410.30650.3871
Hunter Lab79.5953-26.776518.3665
CIE-Lab83.6283-25.343217.3271

#aaddaf color RGB value is (170,221,175).

#aaddaf hex color red value is 170, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aaddaf hue: 0.35 , saturation: 0.43 and the lightness value of aaddaf is 0.77.

The process color (four color CMYK) of #aaddaf color hex is 0.23, 0.00, 0.21, 0.13. Web safe color of #aaddaf is #99cc99. Color #aaddaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10101111
Octal 252 335 257
Decimal 170 221 175
Hex AA DD AF

RGB Percentages of Color #aaddaf

%30.04
%39.05
%30.92

CMYK Percentages of Color #aaddaf

%23
%0
%21
%13

Triadic Colors of #aaddaf

#aaddaf #afaadd #ddafaa

Analogous Colors of #aaddaf

#aaddaf #aaddc9 #bfddaa

Monochromatic Colors of #aaddaf

#aaddaf

Complementary Color

#aaddaf #ddaad8

#aaddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddaf Color CSS Codes

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

#aaddaf Text Font Color

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

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


#aaddaf Background Color

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

This div background color is #aaddaf


#aaddaf Border Color

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

This div border color is #aaddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddaf


Comments

No comments written yet.

Please login to write comment.