Color Hex Logo

#11a067 Color Hex

#11A067
(17,160,103)
0 Favorites   0 Comments

Color spaces of #11a067

RGB 17160103
HSL0.430.810.35
HSV156°89°63°
CMYK 0.890.000.36   0.37
XYZ15.250226.240117.0930
Yxy26.24010.26030.4479
Hunter Lab51.2251-36.502816.0734
CIE-Lab58.2643-48.409120.1514

#11a067 color RGB value is (17,160,103).

#11a067 hex color red value is 17, green value is 160 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #11a067 hue: 0.43 , saturation: 0.81 and the lightness value of 11a067 is 0.35.

The process color (four color CMYK) of #11a067 color hex is 0.89, 0.00, 0.36, 0.37. Web safe color of #11a067 is #009966. Color #11a067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10100000 01100111
Octal 21 240 147
Decimal 17 160 103
Hex 11 A0 67

RGB Percentages of Color #11a067

%6.07
%57.14
%36.79

CMYK Percentages of Color #11a067

%89
%0
%36
%37

Triadic Colors of #11a067

#11a067 #6711a0 #a06711

Analogous Colors of #11a067

#11a067 #1192a0 #11a020

Monochromatic Colors of #11a067

#11a067

Complementary Color

#11a067 #a0114a

#11a067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11a067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11a067 Color CSS Codes

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

#11a067 Text Font Color

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

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


#11a067 Background Color

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

This div background color is #11a067


#11a067 Border Color

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

This div border color is #11a067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11a067


Comments

No comments written yet.

Please login to write comment.