Color Hex Logo

#aacb38 Color Hex

#AACB38
(170,203,56)
0 Favorites   0 Comments

Color spaces of #aacb38

RGB 17020356
HSL0.200.590.51
HSV73°72°80°
CMYK 0.160.000.72   0.20
XYZ38.647351.543411.6533
Yxy51.54340.37950.5061
Hunter Lab71.7937-29.550740.6319
CIE-Lab77.0070-30.470265.4001

#aacb38 color RGB value is (170,203,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 00111000
Octal 252 313 70
Decimal 170 203 56
Hex AA CB 38

RGB Percentages of Color #aacb38

%39.63
%47.32
%13.05

CMYK Percentages of Color #aacb38

%16
%0
%72
%20

Triadic Colors of #aacb38

#aacb38 #38aacb #cb38aa

Analogous Colors of #aacb38

#aacb38 #61cb38 #cba338

Monochromatic Colors of #aacb38

#aacb38

Complementary Color

#aacb38 #5938cb

#aacb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb38 Color CSS Codes

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

#aacb38 Text Font Color

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

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


#aacb38 Background Color

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

This div background color is #aacb38


#aacb38 Border Color

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

This div border color is #aacb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb38


Comments

No comments written yet.

Please login to write comment.