Color Hex Logo

#aacb3b Color Hex

#AACB3B
(170,203,59)
0 Favorites   0 Comments

Color spaces of #aacb3b

RGB 17020359
HSL0.200.580.51
HSV74°71°80°
CMYK 0.160.000.71   0.20
XYZ38.722951.573712.0515
Yxy51.57370.37830.5039
Hunter Lab71.8148-29.427940.3207
CIE-Lab77.0252-30.307364.3620

#aacb3b color RGB value is (170,203,59).

#aacb3b hex color red value is 170, green value is 203 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aacb3b hue: 0.20 , saturation: 0.58 and the lightness value of aacb3b is 0.51.

The process color (four color CMYK) of #aacb3b color hex is 0.16, 0.00, 0.71, 0.20. Web safe color of #aacb3b is #99cc33. Color #aacb3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 00111011
Octal 252 313 73
Decimal 170 203 59
Hex AA CB 3B

RGB Percentages of Color #aacb3b

%39.35
%46.99
%13.66

CMYK Percentages of Color #aacb3b

%16
%0
%71
%20

Triadic Colors of #aacb3b

#aacb3b #3baacb #cb3baa

Analogous Colors of #aacb3b

#aacb3b #62cb3b #cba43b

Monochromatic Colors of #aacb3b

#aacb3b

Complementary Color

#aacb3b #5c3bcb

#aacb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb3b Color CSS Codes

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

#aacb3b Text Font Color

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

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


#aacb3b Background Color

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

This div background color is #aacb3b


#aacb3b Border Color

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

This div border color is #aacb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb3b


Comments

No comments written yet.

Please login to write comment.