Color Hex Logo

#11802e Color Hex

#11802E
(17,128,46)
0 Favorites   0 Comments

Color spaces of #11802e

RGB 1712846
HSL0.380.770.28
HSV136°87°50°
CMYK 0.870.000.64   0.50
XYZ8.443515.75485.1807
Yxy15.75480.28740.5363
Hunter Lab39.6923-31.490420.0460
CIE-Lab46.6511-46.948835.5468

#11802e color RGB value is (17,128,46).

#11802e hex color red value is 17, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #11802e hue: 0.38 , saturation: 0.77 and the lightness value of 11802e is 0.28.

The process color (four color CMYK) of #11802e color hex is 0.87, 0.00, 0.64, 0.50. Web safe color of #11802e is #009933. Color #11802e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00101110
Octal 21 200 56
Decimal 17 128 46
Hex 11 80 2E

RGB Percentages of Color #11802e

%8.90
%67.02
%24.08

CMYK Percentages of Color #11802e

%87
%0
%64
%50

Triadic Colors of #11802e

#11802e #2e1180 #802e11

Analogous Colors of #11802e

#11802e #118066 #2c8011

Monochromatic Colors of #11802e

#11802e

Complementary Color

#11802e #801163

#11802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11802e Color CSS Codes

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

#11802e Text Font Color

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

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


#11802e Background Color

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

This div background color is #11802e


#11802e Border Color

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

This div border color is #11802e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,128,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11802e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11802e;
  -webkit-box-shadow: 1px 1px 3px 2px #11802e;
  box-shadow:         1px 1px 3px 2px #11802e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11802e


Comments

No comments written yet.

Please login to write comment.