Color Hex Logo

#14867a Color Hex

#14867A
(20,134,122)
0 Favorites   0 Comments

Color spaces of #14867a

RGB 20134122
HSL0.480.740.30
HSV174°85°53°
CMYK 0.850.000.09   0.47
XYZ12.326418.604121.3536
Yxy18.60410.23580.3558
Hunter Lab43.1325-24.47010.8400
CIE-Lab50.2208-32.3477-2.0247

#14867a color RGB value is (20,134,122).

#14867a hex color red value is 20, green value is 134 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #14867a hue: 0.48 , saturation: 0.74 and the lightness value of 14867a is 0.30.

The process color (four color CMYK) of #14867a color hex is 0.85, 0.00, 0.09, 0.47. Web safe color of #14867a is #009966. Color #14867a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000110 01111010
Octal 24 206 172
Decimal 20 134 122
Hex 14 86 7A

RGB Percentages of Color #14867a

%7.25
%48.55
%44.20

CMYK Percentages of Color #14867a

%85
%0
%9
%47

Triadic Colors of #14867a

#14867a #7a1486 #867a14

Analogous Colors of #14867a

#14867a #145986 #148641

Monochromatic Colors of #14867a

#14867a

Complementary Color

#14867a #861420

#14867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14867a Color CSS Codes

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

#14867a Text Font Color

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

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


#14867a Background Color

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

This div background color is #14867a


#14867a Border Color

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

This div border color is #14867a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,134,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14867a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14867a;
  -webkit-box-shadow: 1px 1px 3px 2px #14867a;
  box-shadow:         1px 1px 3px 2px #14867a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14867a


Comments

No comments written yet.

Please login to write comment.