Color Hex Logo

#11d325 Color Hex

#11D325
(17,211,37)
0 Favorites   0 Comments

Color spaces of #11d325

RGB 1721137
HSL0.350.850.45
HSV126°92°83°
CMYK 0.920.000.82   0.17
XYZ23.859446.84139.5340
Yxy46.84130.29740.5838
Hunter Lab68.4407-57.543639.6492
CIE-Lab74.0881-72.899866.5131

#11d325 color RGB value is (17,211,37).

#11d325 hex color red value is 17, green value is 211 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #11d325 hue: 0.35 , saturation: 0.85 and the lightness value of 11d325 is 0.45.

The process color (four color CMYK) of #11d325 color hex is 0.92, 0.00, 0.82, 0.17. Web safe color of #11d325 is #00cc33. Color #11d325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11010011 00100101
Octal 21 323 45
Decimal 17 211 37
Hex 11 D3 25

RGB Percentages of Color #11d325

%6.42
%79.62
%13.96

CMYK Percentages of Color #11d325

%92
%0
%82
%17

Triadic Colors of #11d325

#11d325 #2511d3 #d32511

Analogous Colors of #11d325

#11d325 #11d386 #5ed311

Monochromatic Colors of #11d325

#11d325

Complementary Color

#11d325 #d311bf

#11d325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11d325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11d325 Color CSS Codes

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

#11d325 Text Font Color

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

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


#11d325 Background Color

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

This div background color is #11d325


#11d325 Border Color

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

This div border color is #11d325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11d325


Comments

No comments written yet.

Please login to write comment.