Color Hex Logo

#aaf5bc Color Hex

#AAF5BC
(170,245,188)
0 Favorites   0 Comments

Color spaces of #aaf5bc

RGB 170245188
HSL0.370.790.81
HSV134°31°96°
CMYK 0.310.000.23   0.04
XYZ58.307177.481759.4593
Yxy77.48170.29860.3968
Hunter Lab88.0237-35.802621.5667
CIE-Lab90.5429-34.391020.2201

#aaf5bc color RGB value is (170,245,188).

#aaf5bc hex color red value is 170, green value is 245 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aaf5bc hue: 0.37 , saturation: 0.79 and the lightness value of aaf5bc is 0.81.

The process color (four color CMYK) of #aaf5bc color hex is 0.31, 0.00, 0.23, 0.04. Web safe color of #aaf5bc is #99ffcc. Color #aaf5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 10111100
Octal 252 365 274
Decimal 170 245 188
Hex AA F5 BC

RGB Percentages of Color #aaf5bc

%28.19
%40.63
%31.18

CMYK Percentages of Color #aaf5bc

%31
%0
%23
%4

Triadic Colors of #aaf5bc

#aaf5bc #bcaaf5 #f5bcaa

Analogous Colors of #aaf5bc

#aaf5bc #aaf5e2 #bef5aa

Monochromatic Colors of #aaf5bc

#aaf5bc

Complementary Color

#aaf5bc #f5aae3

#aaf5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf5bc Color CSS Codes

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

#aaf5bc Text Font Color

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

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


#aaf5bc Background Color

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

This div background color is #aaf5bc


#aaf5bc Border Color

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

This div border color is #aaf5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf5bc


Comments

No comments written yet.

Please login to write comment.