Color Hex Logo

#aacb06 Color Hex

#AACB06
(170,203,6)
0 Favorites   0 Comments

Color spaces of #aacb06

RGB 1702036
HSL0.190.940.41
HSV70°97°80°
CMYK 0.160.000.97   0.20
XYZ37.966451.27118.0676
Yxy51.27110.39020.5269
Hunter Lab71.6038-30.660943.4425
CIE-Lab76.8429-31.951376.0717

#aacb06 color RGB value is (170,203,6).

#aacb06 hex color red value is 170, green value is 203 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aacb06 hue: 0.19 , saturation: 0.94 and the lightness value of aacb06 is 0.41.

The process color (four color CMYK) of #aacb06 color hex is 0.16, 0.00, 0.97, 0.20. Web safe color of #aacb06 is #99cc00. Color #aacb06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 00000110
Octal 252 313 6
Decimal 170 203 6
Hex AA CB 6

RGB Percentages of Color #aacb06

%44.85
%53.56
%1.58

CMYK Percentages of Color #aacb06

%16
%0
%97
%20

Triadic Colors of #aacb06

#aacb06 #06aacb #cb06aa

Analogous Colors of #aacb06

#aacb06 #48cb06 #cb8a06

Monochromatic Colors of #aacb06

#aacb06

Complementary Color

#aacb06 #2706cb

#aacb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb06 Color CSS Codes

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

#aacb06 Text Font Color

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

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


#aacb06 Background Color

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

This div background color is #aacb06


#aacb06 Border Color

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

This div border color is #aacb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb06


Comments

No comments written yet.

Please login to write comment.