Color Hex Logo

#aaf691 Color Hex

#AAF691
(170,246,145)
0 Favorites   0 Comments

Color spaces of #aaf691

RGB 170246145
HSL0.290.850.77
HSV105°41°96°
CMYK 0.310.000.41   0.04
XYZ54.644276.501938.6744
Yxy76.50190.32180.4505
Hunter Lab87.4654-41.546135.0096
CIE-Lab90.0919-41.536541.2775

#aaf691 color RGB value is (170,246,145).

#aaf691 hex color red value is 170, green value is 246 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aaf691 hue: 0.29 , saturation: 0.85 and the lightness value of aaf691 is 0.77.

The process color (four color CMYK) of #aaf691 color hex is 0.31, 0.00, 0.41, 0.04. Web safe color of #aaf691 is #99ff99. Color #aaf691 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 10010001
Octal 252 366 221
Decimal 170 246 145
Hex AA F6 91

RGB Percentages of Color #aaf691

%30.30
%43.85
%25.85

CMYK Percentages of Color #aaf691

%31
%0
%41
%4

Triadic Colors of #aaf691

#aaf691 #91aaf6 #f691aa

Analogous Colors of #aaf691

#aaf691 #91f6ab #ddf691

Monochromatic Colors of #aaf691

#aaf691

Complementary Color

#aaf691 #dd91f6

#aaf691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf691 Color CSS Codes

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

#aaf691 Text Font Color

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

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


#aaf691 Background Color

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

This div background color is #aaf691


#aaf691 Border Color

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

This div border color is #aaf691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf691


Comments

No comments written yet.

Please login to write comment.