Color Hex Logo

#aaf758 Color Hex

#AAF758
(170,247,88)
0 Favorites   0 Comments

Color spaces of #aaf758

RGB 17024788
HSL0.250.910.66
HSV89°64°97°
CMYK 0.310.000.64   0.03
XYZ51.599875.772221.1384
Yxy75.77220.34740.5102
Hunter Lab87.0472-46.521546.5352
CIE-Lab89.7535-47.946966.5268

#aaf758 color RGB value is (170,247,88).

#aaf758 hex color red value is 170, green value is 247 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aaf758 hue: 0.25 , saturation: 0.91 and the lightness value of aaf758 is 0.66.

The process color (four color CMYK) of #aaf758 color hex is 0.31, 0.00, 0.64, 0.03. Web safe color of #aaf758 is #99ff66. Color #aaf758 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 01011000
Octal 252 367 130
Decimal 170 247 88
Hex AA F7 58

RGB Percentages of Color #aaf758

%33.66
%48.91
%17.43

CMYK Percentages of Color #aaf758

%31
%0
%64
%3

Triadic Colors of #aaf758

#aaf758 #58aaf7 #f758aa

Analogous Colors of #aaf758

#aaf758 #5bf758 #f7f558

Monochromatic Colors of #aaf758

#aaf758

Complementary Color

#aaf758 #a558f7

#aaf758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf758 Color CSS Codes

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

#aaf758 Text Font Color

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

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


#aaf758 Background Color

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

This div background color is #aaf758


#aaf758 Border Color

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

This div border color is #aaf758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf758


Comments

No comments written yet.

Please login to write comment.