Color Hex Logo

#aaf9ca Color Hex

#AAF9CA
(170,249,202)
0 Favorites   0 Comments

Color spaces of #aaf9ca

RGB 170249202
HSL0.400.870.82
HSV144°32°98°
CMYK 0.320.000.19   0.02
XYZ61.113980.561768.2060
Yxy80.56170.29120.3838
Hunter Lab89.7562-35.534817.7747
CIE-Lab91.9363-33.686614.9705

#aaf9ca color RGB value is (170,249,202).

#aaf9ca hex color red value is 170, green value is 249 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aaf9ca hue: 0.40 , saturation: 0.87 and the lightness value of aaf9ca is 0.82.

The process color (four color CMYK) of #aaf9ca color hex is 0.32, 0.00, 0.19, 0.02. Web safe color of #aaf9ca is #99ffcc. Color #aaf9ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 11001010
Octal 252 371 312
Decimal 170 249 202
Hex AA F9 CA

RGB Percentages of Color #aaf9ca

%27.38
%40.10
%32.53

CMYK Percentages of Color #aaf9ca

%32
%0
%19
%2

Triadic Colors of #aaf9ca

#aaf9ca #caaaf9 #f9caaa

Analogous Colors of #aaf9ca

#aaf9ca #aaf9f2 #b2f9aa

Monochromatic Colors of #aaf9ca

#aaf9ca

Complementary Color

#aaf9ca #f9aad9

#aaf9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf9ca Color CSS Codes

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

#aaf9ca Text Font Color

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

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


#aaf9ca Background Color

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

This div background color is #aaf9ca


#aaf9ca Border Color

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

This div border color is #aaf9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf9ca


Comments

No comments written yet.

Please login to write comment.