Color Hex Logo

#aab23d Color Hex

#AAB23D
(170,178,61)
0 Favorites   0 Comments

Color spaces of #aab23d

RGB 17017861
HSL0.180.490.47
HSV64°66°70°
CMYK 0.040.000.66   0.30
XYZ33.340340.723810.5181
Yxy40.72380.39420.4815
Hunter Lab63.8152-18.419134.8984
CIE-Lab69.9820-17.986556.4773

#aab23d color RGB value is (170,178,61).

#aab23d hex color red value is 170, green value is 178 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aab23d hue: 0.18 , saturation: 0.49 and the lightness value of aab23d is 0.47.

The process color (four color CMYK) of #aab23d color hex is 0.04, 0.00, 0.66, 0.30. Web safe color of #aab23d is #999933. Color #aab23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 00111101
Octal 252 262 75
Decimal 170 178 61
Hex AA B2 3D

RGB Percentages of Color #aab23d

%41.56
%43.52
%14.91

CMYK Percentages of Color #aab23d

%4
%0
%66
%30

Triadic Colors of #aab23d

#aab23d #3daab2 #b23daa

Analogous Colors of #aab23d

#aab23d #70b23d #b2803d

Monochromatic Colors of #aab23d

#aab23d

Complementary Color

#aab23d #453db2

#aab23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab23d Color CSS Codes

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

#aab23d Text Font Color

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

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


#aab23d Background Color

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

This div background color is #aab23d


#aab23d Border Color

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

This div border color is #aab23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab23d


Comments

No comments written yet.

Please login to write comment.