Color Hex Logo

#aaf8ae Color Hex

#AAF8AE
(170,248,174)
0 Favorites   0 Comments

Color spaces of #aaf8ae

RGB 170248174
HSL0.340.850.82
HSV123°31°97°
CMYK 0.310.000.30   0.03
XYZ57.784978.736852.1965
Yxy78.73680.30620.4172
Hunter Lab88.7338-39.041927.2370
CIE-Lab91.1151-38.129528.1537

#aaf8ae color RGB value is (170,248,174).

#aaf8ae hex color red value is 170, green value is 248 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aaf8ae hue: 0.34 , saturation: 0.85 and the lightness value of aaf8ae is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10101110
Octal 252 370 256
Decimal 170 248 174
Hex AA F8 AE

RGB Percentages of Color #aaf8ae

%28.72
%41.89
%29.39

CMYK Percentages of Color #aaf8ae

%31
%0
%30
%3

Triadic Colors of #aaf8ae

#aaf8ae #aeaaf8 #f8aeaa

Analogous Colors of #aaf8ae

#aaf8ae #aaf8d5 #cdf8aa

Monochromatic Colors of #aaf8ae

#aaf8ae

Complementary Color

#aaf8ae #f8aaf4

#aaf8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf8ae Color CSS Codes

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

#aaf8ae Text Font Color

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

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


#aaf8ae Background Color

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

This div background color is #aaf8ae


#aaf8ae Border Color

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

This div border color is #aaf8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf8ae


Comments

No comments written yet.

Please login to write comment.