Color Hex Logo

#11802d Color Hex

#11802D
(17,128,45)
0 Favorites   0 Comments

Color spaces of #11802d

RGB 1712845
HSL0.380.770.28
HSV135°87°50°
CMYK 0.870.000.65   0.50
XYZ8.424015.74705.0781
Yxy15.74700.28800.5384
Hunter Lab39.6825-31.551520.1905
CIE-Lab46.6408-47.076136.0106

#11802d color RGB value is (17,128,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00101101
Octal 21 200 55
Decimal 17 128 45
Hex 11 80 2D

RGB Percentages of Color #11802d

%8.95
%67.37
%23.68

CMYK Percentages of Color #11802d

%87
%0
%65
%50

Triadic Colors of #11802d

#11802d #2d1180 #802d11

Analogous Colors of #11802d

#11802d #118065 #2c8011

Monochromatic Colors of #11802d

#11802d

Complementary Color

#11802d #801164

#11802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11802d Color CSS Codes

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

#11802d Text Font Color

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

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


#11802d Background Color

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

This div background color is #11802d


#11802d Border Color

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

This div border color is #11802d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11802d


Comments

No comments written yet.

Please login to write comment.