Color Hex Logo

#146025 Color Hex

#146025
(20,96,37)
0 Favorites   0 Comments

Color spaces of #146025

RGB 209637
HSL0.370.660.23
HSV133°79°38°
CMYK 0.790.000.61   0.62
XYZ4.80538.64803.1662
Yxy8.64800.28910.5204
Hunter Lab29.4075-22.295514.2017
CIE-Lab35.2975-36.226926.9420

#146025 color RGB value is (20,96,37).

#146025 hex color red value is 20, green value is 96 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #146025 hue: 0.37 , saturation: 0.66 and the lightness value of 146025 is 0.23.

The process color (four color CMYK) of #146025 color hex is 0.79, 0.00, 0.61, 0.62. Web safe color of #146025 is #006633. Color #146025 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 00100101
Octal 24 140 45
Decimal 20 96 37
Hex 14 60 25

RGB Percentages of Color #146025

%13.07
%62.75
%24.18

CMYK Percentages of Color #146025

%79
%0
%61
%62

Triadic Colors of #146025

#146025 #251460 #602514

Analogous Colors of #146025

#146025 #14604b #296014

Monochromatic Colors of #146025

#146025

Complementary Color

#146025 #60144f

#146025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146025 Color CSS Codes

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

#146025 Text Font Color

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

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


#146025 Background Color

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

This div background color is #146025


#146025 Border Color

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

This div border color is #146025


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,96,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 #146025">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146025


Comments

No comments written yet.

Please login to write comment.