Color Hex Logo

#aabd1b Color Hex

#AABD1B
(170,189,27)
0 Favorites   0 Comments

Color spaces of #aabd1b

RGB 17018927
HSL0.190.750.42
HSV67°86°74°
CMYK 0.100.000.86   0.26
XYZ34.973045.02047.8834
Yxy45.02040.39800.5123
Hunter Lab67.0972-24.380940.0020
CIE-Lab72.9053-24.922569.9269

#aabd1b color RGB value is (170,189,27).

#aabd1b hex color red value is 170, green value is 189 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aabd1b hue: 0.19 , saturation: 0.75 and the lightness value of aabd1b is 0.42.

The process color (four color CMYK) of #aabd1b color hex is 0.10, 0.00, 0.86, 0.26. Web safe color of #aabd1b is #99cc33. Color #aabd1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 00011011
Octal 252 275 33
Decimal 170 189 27
Hex AA BD 1B

RGB Percentages of Color #aabd1b

%44.04
%48.96
%6.99

CMYK Percentages of Color #aabd1b

%10
%0
%86
%26

Triadic Colors of #aabd1b

#aabd1b #1baabd #bd1baa

Analogous Colors of #aabd1b

#aabd1b #59bd1b #bd7f1b

Monochromatic Colors of #aabd1b

#aabd1b

Complementary Color

#aabd1b #2e1bbd

#aabd1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd1b Color CSS Codes

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

#aabd1b Text Font Color

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

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


#aabd1b Background Color

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

This div background color is #aabd1b


#aabd1b Border Color

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

This div border color is #aabd1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd1b


Comments

No comments written yet.

Please login to write comment.