Color Hex Logo

#aabc65 Color Hex

#AABC65
(170,188,101)
0 Favorites   0 Comments

Color spaces of #aabc65

RGB 170188101
HSL0.200.390.57
HSV72°46°74°
CMYK 0.100.000.46   0.26
XYZ36.909745.452119.1397
Yxy45.45210.36360.4478
Hunter Lab67.4182-20.257730.3606
CIE-Lab73.1886-19.648241.7381

#aabc65 color RGB value is (170,188,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 01100101
Octal 252 274 145
Decimal 170 188 101
Hex AA BC 65

RGB Percentages of Color #aabc65

%37.04
%40.96
%22.00

CMYK Percentages of Color #aabc65

%10
%0
%46
%26

Triadic Colors of #aabc65

#aabc65 #65aabc #bc65aa

Analogous Colors of #aabc65

#aabc65 #7fbc65 #bca365

Monochromatic Colors of #aabc65

#aabc65

Complementary Color

#aabc65 #7765bc

#aabc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc65 Color CSS Codes

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

#aabc65 Text Font Color

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

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


#aabc65 Background Color

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

This div background color is #aabc65


#aabc65 Border Color

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

This div border color is #aabc65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,188,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 #aabc65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc65


Comments

No comments written yet.

Please login to write comment.