Color Hex Logo

#14886d Color Hex

#14886D
(20,136,109)
1 Favorites   0 Comments

Color spaces of #14886d

RGB 20136109
HSL0.460.740.31
HSV166°85°53°
CMYK 0.850.000.20   0.47
XYZ11.853018.861217.4839
Yxy18.86120.24590.3913
Hunter Lab43.4295-27.28446.5316
CIE-Lab50.5244-36.93895.9906

#14886d color RGB value is (20,136,109).

#14886d hex color red value is 20, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #14886d hue: 0.46 , saturation: 0.74 and the lightness value of 14886d is 0.31.

The process color (four color CMYK) of #14886d color hex is 0.85, 0.00, 0.20, 0.47. Web safe color of #14886d is #009966. Color #14886d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001000 01101101
Octal 24 210 155
Decimal 20 136 109
Hex 14 88 6D

RGB Percentages of Color #14886d

%7.55
%51.32
%41.13

CMYK Percentages of Color #14886d

%85
%0
%20
%47

Triadic Colors of #14886d

#14886d #6d1488 #886d14

Analogous Colors of #14886d

#14886d #146988 #148833

Monochromatic Colors of #14886d

#14886d

Complementary Color

#14886d #88142f

#14886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14886d Color CSS Codes

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

#14886d Text Font Color

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

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


#14886d Background Color

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

This div background color is #14886d


#14886d Border Color

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

This div border color is #14886d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,136,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14886d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14886d;
  -webkit-box-shadow: 1px 1px 3px 2px #14886d;
  box-shadow:         1px 1px 3px 2px #14886d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14886d


Comments

No comments written yet.

Please login to write comment.