Color Hex Logo

#11882a Color Hex

#11882A
(17,136,42)
0 Favorites   0 Comments

Color spaces of #11882a

RGB 1713642
HSL0.370.780.30
HSV133°88°53°
CMYK 0.880.000.69   0.47
XYZ9.453217.89475.1463
Yxy17.89470.29090.5507
Hunter Lab42.3021-34.139622.3985
CIE-Lab49.3681-50.099740.3920

#11882a color RGB value is (17,136,42).

#11882a hex color red value is 17, green value is 136 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #11882a hue: 0.37 , saturation: 0.78 and the lightness value of 11882a is 0.30.

The process color (four color CMYK) of #11882a color hex is 0.88, 0.00, 0.69, 0.47. Web safe color of #11882a is #009933. Color #11882a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001000 00101010
Octal 21 210 52
Decimal 17 136 42
Hex 11 88 2A

RGB Percentages of Color #11882a

%8.72
%69.74
%21.54

CMYK Percentages of Color #11882a

%88
%0
%69
%47

Triadic Colors of #11882a

#11882a #2a1188 #882a11

Analogous Colors of #11882a

#11882a #118866 #348811

Monochromatic Colors of #11882a

#11882a

Complementary Color

#11882a #88116f

#11882a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11882a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11882a Color CSS Codes

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

#11882a Text Font Color

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

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


#11882a Background Color

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

This div background color is #11882a


#11882a Border Color

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

This div border color is #11882a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,136,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11882a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11882a;
  -webkit-box-shadow: 1px 1px 3px 2px #11882a;
  box-shadow:         1px 1px 3px 2px #11882a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11882a


Comments

No comments written yet.

Please login to write comment.