Color Hex Logo

#147511 Color Hex

#147511
(20,117,17)
0 Favorites   0 Comments

Color spaces of #147511

RGB 2011717
HSL0.330.750.26
HSV118°85°46°
CMYK 0.830.000.85   0.54
XYZ6.751012.91182.6667
Yxy12.91180.30230.5782
Hunter Lab35.9330-29.346620.7530
CIE-Lab42.6300-45.647643.0052

#147511 color RGB value is (20,117,17).

#147511 hex color red value is 20, green value is 117 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #147511 hue: 0.33 , saturation: 0.75 and the lightness value of 147511 is 0.26.

The process color (four color CMYK) of #147511 color hex is 0.83, 0.00, 0.85, 0.54. Web safe color of #147511 is #006600. Color #147511 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 00010001
Octal 24 165 21
Decimal 20 117 17
Hex 14 75 11

RGB Percentages of Color #147511

%12.99
%75.97
%11.04

CMYK Percentages of Color #147511

%83
%0
%85
%54

Triadic Colors of #147511

#147511 #111475 #751114

Analogous Colors of #147511

#147511 #117540 #467511

Monochromatic Colors of #147511

#147511

Complementary Color

#147511 #721175

#147511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147511 Color CSS Codes

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

#147511 Text Font Color

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

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


#147511 Background Color

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

This div background color is #147511


#147511 Border Color

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

This div border color is #147511


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,117,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #147511; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #147511;
  -webkit-box-shadow: 1px 1px 3px 2px #147511;
  box-shadow:         1px 1px 3px 2px #147511; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147511


Comments

No comments written yet.

Please login to write comment.