Color Hex Logo

#aabf07 Color Hex

#AABF07
(170,191,7)
0 Favorites   0 Comments

Color spaces of #aabf07

RGB 1701917
HSL0.190.930.39
HSV67°96°75°
CMYK 0.110.000.96   0.25
XYZ35.246745.82307.1880
Yxy45.82300.39940.5192
Hunter Lab67.6927-25.519641.0891
CIE-Lab73.4305-26.254173.3593

#aabf07 color RGB value is (170,191,7).

#aabf07 hex color red value is 170, green value is 191 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aabf07 hue: 0.19 , saturation: 0.93 and the lightness value of aabf07 is 0.39.

The process color (four color CMYK) of #aabf07 color hex is 0.11, 0.00, 0.96, 0.25. Web safe color of #aabf07 is #99cc00. Color #aabf07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00000111
Octal 252 277 7
Decimal 170 191 7
Hex AA BF 7

RGB Percentages of Color #aabf07

%46.20
%51.90
%1.90

CMYK Percentages of Color #aabf07

%11
%0
%96
%25

Triadic Colors of #aabf07

#aabf07 #07aabf #bf07aa

Analogous Colors of #aabf07

#aabf07 #4ebf07 #bf7807

Monochromatic Colors of #aabf07

#aabf07

Complementary Color

#aabf07 #1c07bf

#aabf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf07 Color CSS Codes

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

#aabf07 Text Font Color

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

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


#aabf07 Background Color

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

This div background color is #aabf07


#aabf07 Border Color

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

This div border color is #aabf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf07


Comments

No comments written yet.

Please login to write comment.