Color Hex Logo

#147510 Color Hex

#147510
(20,117,16)
0 Favorites   0 Comments

Color spaces of #147510

RGB 2011716
HSL0.330.760.26
HSV118°86°46°
CMYK 0.830.000.86   0.54
XYZ6.743312.90872.6264
Yxy12.90870.30270.5794
Hunter Lab35.9287-29.373320.8160
CIE-Lab42.6254-45.706143.2912

#147510 color RGB value is (20,117,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110101 00010000
Octal 24 165 20
Decimal 20 117 16
Hex 14 75 10

RGB Percentages of Color #147510

%13.07
%76.47
%10.46

CMYK Percentages of Color #147510

%83
%0
%86
%54

Triadic Colors of #147510

#147510 #101475 #751014

Analogous Colors of #147510

#147510 #10753e #477510

Monochromatic Colors of #147510

#147510

Complementary Color

#147510 #711075

#147510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147510 Color CSS Codes

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

#147510 Text Font Color

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

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


#147510 Background Color

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

This div background color is #147510


#147510 Border Color

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

This div border color is #147510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147510


Comments

No comments written yet.

Please login to write comment.