Color Hex Logo

#aaf7bf Color Hex

#AAF7BF
(170,247,191)
0 Favorites   0 Comments

Color spaces of #aaf7bf

RGB 170247191
HSL0.380.830.82
HSV136°31°97°
CMYK 0.310.000.23   0.03
XYZ59.242378.829261.3834
Yxy78.82920.29700.3952
Hunter Lab88.7858-36.271121.1590
CIE-Lab91.1570-34.778619.5343

#aaf7bf color RGB value is (170,247,191).

#aaf7bf hex color red value is 170, green value is 247 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aaf7bf hue: 0.38 , saturation: 0.83 and the lightness value of aaf7bf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 10111111
Octal 252 367 277
Decimal 170 247 191
Hex AA F7 BF

RGB Percentages of Color #aaf7bf

%27.96
%40.63
%31.41

CMYK Percentages of Color #aaf7bf

%31
%0
%23
%3

Triadic Colors of #aaf7bf

#aaf7bf #bfaaf7 #f7bfaa

Analogous Colors of #aaf7bf

#aaf7bf #aaf7e6 #bcf7aa

Monochromatic Colors of #aaf7bf

#aaf7bf

Complementary Color

#aaf7bf #f7aae2

#aaf7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf7bf Color CSS Codes

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

#aaf7bf Text Font Color

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

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


#aaf7bf Background Color

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

This div background color is #aaf7bf


#aaf7bf Border Color

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

This div border color is #aaf7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf7bf


Comments

No comments written yet.

Please login to write comment.