Color Hex Logo

#aacd0b Color Hex

#AACD0B
(170,205,11)
0 Favorites   0 Comments

Color spaces of #aacd0b

RGB 17020511
HSL0.200.900.42
HSV71°95°80°
CMYK 0.170.000.95   0.20
XYZ38.469352.23298.3710
Yxy52.23290.38830.5272
Hunter Lab72.2723-31.464143.7233
CIE-Lab77.4199-32.819476.0263

#aacd0b color RGB value is (170,205,11).

#aacd0b hex color red value is 170, green value is 205 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aacd0b hue: 0.20 , saturation: 0.90 and the lightness value of aacd0b is 0.42.

The process color (four color CMYK) of #aacd0b color hex is 0.17, 0.00, 0.95, 0.20. Web safe color of #aacd0b is #99cc00. Color #aacd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 00001011
Octal 252 315 13
Decimal 170 205 11
Hex AA CD B

RGB Percentages of Color #aacd0b

%44.04
%53.11
%2.85

CMYK Percentages of Color #aacd0b

%17
%0
%95
%20

Triadic Colors of #aacd0b

#aacd0b #0baacd #cd0baa

Analogous Colors of #aacd0b

#aacd0b #49cd0b #cd8f0b

Monochromatic Colors of #aacd0b

#aacd0b

Complementary Color

#aacd0b #2e0bcd

#aacd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacd0b Color CSS Codes

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

#aacd0b Text Font Color

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

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


#aacd0b Background Color

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

This div background color is #aacd0b


#aacd0b Border Color

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

This div border color is #aacd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacd0b


Comments

No comments written yet.

Please login to write comment.