Color Hex Logo

#11852d Color Hex

#11852D
(17,133,45)
0 Favorites   0 Comments

Color spaces of #11852d

RGB 1713345
HSL0.370.770.29
HSV134°87°52°
CMYK 0.870.000.66   0.48
XYZ9.092317.08375.3009
Yxy17.08370.28890.5427
Hunter Lab41.3324-33.065421.3287
CIE-Lab48.3653-48.763637.9461

#11852d color RGB value is (17,133,45).

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

The process color (four color CMYK) of #11852d color hex is 0.87, 0.00, 0.66, 0.48. Web safe color of #11852d is #009933. Color #11852d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000101 00101101
Octal 21 205 55
Decimal 17 133 45
Hex 11 85 2D

RGB Percentages of Color #11852d

%8.72
%68.21
%23.08

CMYK Percentages of Color #11852d

%87
%0
%66
%48

Triadic Colors of #11852d

#11852d #2d1185 #852d11

Analogous Colors of #11852d

#11852d #118567 #2f8511

Monochromatic Colors of #11852d

#11852d

Complementary Color

#11852d #851169

#11852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11852d Color CSS Codes

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

#11852d Text Font Color

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

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


#11852d Background Color

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

This div background color is #11852d


#11852d Border Color

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

This div border color is #11852d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,133,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 #11852d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11852d


Comments

No comments written yet.

Please login to write comment.