Color Hex Logo

#14895b Color Hex

#14895B
(20,137,91)
0 Favorites   0 Comments

Color spaces of #14895b

RGB 2013791
HSL0.430.750.31
HSV156°85°54°
CMYK 0.850.000.34   0.46
XYZ11.122518.795412.9392
Yxy18.79540.25950.4386
Hunter Lab43.3537-30.074212.6521
CIE-Lab50.4470-41.846016.2353

#14895b color RGB value is (20,137,91).

#14895b hex color red value is 20, green value is 137 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #14895b hue: 0.43 , saturation: 0.75 and the lightness value of 14895b is 0.31.

The process color (four color CMYK) of #14895b color hex is 0.85, 0.00, 0.34, 0.46. Web safe color of #14895b is #009966. Color #14895b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 01011011
Octal 24 211 133
Decimal 20 137 91
Hex 14 89 5B

RGB Percentages of Color #14895b

%8.06
%55.24
%36.69

CMYK Percentages of Color #14895b

%85
%0
%34
%46

Triadic Colors of #14895b

#14895b #5b1489 #895b14

Analogous Colors of #14895b

#14895b #147d89 #148921

Monochromatic Colors of #14895b

#14895b

Complementary Color

#14895b #891442

#14895b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14895b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14895b Color CSS Codes

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

#14895b Text Font Color

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

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


#14895b Background Color

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

This div background color is #14895b


#14895b Border Color

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

This div border color is #14895b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,137,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14895b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14895b;
  -webkit-box-shadow: 1px 1px 3px 2px #14895b;
  box-shadow:         1px 1px 3px 2px #14895b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14895b


Comments

No comments written yet.

Please login to write comment.