Color Hex Logo

#aaf0ba Color Hex

#AAF0BA
(170,240,186)
0 Favorites   0 Comments

Color spaces of #aaf0ba

RGB 170240186
HSL0.370.700.80
HSV134°29°94°
CMYK 0.290.000.23   0.06
XYZ56.600674.411457.8340
Yxy74.41140.29970.3940
Hunter Lab86.2620-33.836320.6327
CIE-Lab89.1166-32.429019.2643

#aaf0ba color RGB value is (170,240,186).

#aaf0ba hex color red value is 170, green value is 240 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aaf0ba hue: 0.37 , saturation: 0.70 and the lightness value of aaf0ba is 0.80.

The process color (four color CMYK) of #aaf0ba color hex is 0.29, 0.00, 0.23, 0.06. Web safe color of #aaf0ba is #99ffcc. Color #aaf0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10111010
Octal 252 360 272
Decimal 170 240 186
Hex AA F0 BA

RGB Percentages of Color #aaf0ba

%28.52
%40.27
%31.21

CMYK Percentages of Color #aaf0ba

%29
%0
%23
%6

Triadic Colors of #aaf0ba

#aaf0ba #baaaf0 #f0baaa

Analogous Colors of #aaf0ba

#aaf0ba #aaf0dd #bdf0aa

Monochromatic Colors of #aaf0ba

#aaf0ba

Complementary Color

#aaf0ba #f0aae0

#aaf0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf0ba Color CSS Codes

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

#aaf0ba Text Font Color

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

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


#aaf0ba Background Color

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

This div background color is #aaf0ba


#aaf0ba Border Color

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

This div border color is #aaf0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf0ba


Comments

No comments written yet.

Please login to write comment.