Color Hex Logo

#14845b Color Hex

#14845B
(20,132,91)
0 Favorites   0 Comments

Color spaces of #14845b

RGB 2013291
HSL0.440.740.30
HSV158°85°52°
CMYK 0.850.000.31   0.48
XYZ10.428117.406612.7077
Yxy17.40660.25720.4293
Hunter Lab41.7212-28.396611.1459
CIE-Lab48.7683-39.809713.9310

#14845b color RGB value is (20,132,91).

#14845b hex color red value is 20, green value is 132 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #14845b hue: 0.44 , saturation: 0.74 and the lightness value of 14845b is 0.30.

The process color (four color CMYK) of #14845b color hex is 0.85, 0.00, 0.31, 0.48. Web safe color of #14845b is #009966. Color #14845b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000100 01011011
Octal 24 204 133
Decimal 20 132 91
Hex 14 84 5B

RGB Percentages of Color #14845b

%8.23
%54.32
%37.45

CMYK Percentages of Color #14845b

%85
%0
%31
%48

Triadic Colors of #14845b

#14845b #5b1484 #845b14

Analogous Colors of #14845b

#14845b #147584 #148423

Monochromatic Colors of #14845b

#14845b

Complementary Color

#14845b #84143d

#14845b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14845b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14845b Color CSS Codes

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

#14845b Text Font Color

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

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


#14845b Background Color

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

This div background color is #14845b


#14845b Border Color

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

This div border color is #14845b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14845b


Comments

No comments written yet.

Please login to write comment.