Color Hex Logo

#11aa08 Color Hex

#11AA08
(17,170,8)
0 Favorites   0 Comments

Color spaces of #11aa08

RGB 171708
HSL0.320.910.35
HSV117°95°67°
CMYK 0.900.000.95   0.33
XYZ14.649728.88625.0332
Yxy28.88620.30160.5947
Hunter Lab53.7459-45.400932.0697
CIE-Lab60.6811-62.440460.4307

#11aa08 color RGB value is (17,170,8).

#11aa08 hex color red value is 17, green value is 170 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #11aa08 hue: 0.32 , saturation: 0.91 and the lightness value of 11aa08 is 0.35.

The process color (four color CMYK) of #11aa08 color hex is 0.90, 0.00, 0.95, 0.33. Web safe color of #11aa08 is #009900. Color #11aa08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 00001000
Octal 21 252 10
Decimal 17 170 8
Hex 11 AA 8

RGB Percentages of Color #11aa08

%8.72
%87.18
%4.10

CMYK Percentages of Color #11aa08

%90
%0
%95
%33

Triadic Colors of #11aa08

#11aa08 #0811aa #aa0811

Analogous Colors of #11aa08

#11aa08 #08aa50 #62aa08

Monochromatic Colors of #11aa08

#11aa08

Complementary Color

#11aa08 #a108aa

#11aa08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aa08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aa08 Color CSS Codes

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

#11aa08 Text Font Color

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

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


#11aa08 Background Color

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

This div background color is #11aa08


#11aa08 Border Color

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

This div border color is #11aa08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aa08


Comments

No comments written yet.

Please login to write comment.