Color Hex Logo

#aabd65 Color Hex

#AABD65
(170,189,101)
0 Favorites   0 Comments

Color spaces of #aabd65

RGB 170189101
HSL0.200.400.57
HSV73°47°74°
CMYK 0.100.000.47   0.26
XYZ37.124145.880819.2112
Yxy45.88080.36320.4489
Hunter Lab67.7354-20.705430.5988
CIE-Lab73.4681-20.148242.0807

#aabd65 color RGB value is (170,189,101).

#aabd65 hex color red value is 170, green value is 189 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aabd65 hue: 0.20 , saturation: 0.40 and the lightness value of aabd65 is 0.57.

The process color (four color CMYK) of #aabd65 color hex is 0.10, 0.00, 0.47, 0.26. Web safe color of #aabd65 is #99cc66. Color #aabd65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 01100101
Octal 252 275 145
Decimal 170 189 101
Hex AA BD 65

RGB Percentages of Color #aabd65

%36.96
%41.09
%21.96

CMYK Percentages of Color #aabd65

%10
%0
%47
%26

Triadic Colors of #aabd65

#aabd65 #65aabd #bd65aa

Analogous Colors of #aabd65

#aabd65 #7ebd65 #bda465

Monochromatic Colors of #aabd65

#aabd65

Complementary Color

#aabd65 #7865bd

#aabd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd65 Color CSS Codes

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

#aabd65 Text Font Color

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

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


#aabd65 Background Color

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

This div background color is #aabd65


#aabd65 Border Color

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

This div border color is #aabd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd65


Comments

No comments written yet.

Please login to write comment.