Color Hex Logo

#146250 Color Hex

#146250
(20,98,80)
0 Favorites   0 Comments

Color spaces of #146250

RGB 209880
HSL0.460.660.23
HSV166°80°38°
CMYK 0.800.000.18   0.62
XYZ6.10419.46339.0943
Yxy9.46330.24750.3837
Hunter Lab30.7625-18.41524.0059
CIE-Lab36.8614-27.62013.7159

#146250 color RGB value is (20,98,80).

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

The process color (four color CMYK) of #146250 color hex is 0.80, 0.00, 0.18, 0.62. Web safe color of #146250 is #006666. Color #146250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 01010000
Octal 24 142 120
Decimal 20 98 80
Hex 14 62 50

RGB Percentages of Color #146250

%10.10
%49.49
%40.40

CMYK Percentages of Color #146250

%80
%0
%18
%62

Triadic Colors of #146250

#146250 #501462 #625014

Analogous Colors of #146250

#146250 #144d62 #146229

Monochromatic Colors of #146250

#146250

Complementary Color

#146250 #621426

#146250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146250 Color CSS Codes

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

#146250 Text Font Color

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

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


#146250 Background Color

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

This div background color is #146250


#146250 Border Color

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

This div border color is #146250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146250


Comments

No comments written yet.

Please login to write comment.