Color Hex Logo

#14857a Color Hex

#14857A
(20,133,122)
0 Favorites   0 Comments

Color spaces of #14857a

RGB 20133122
HSL0.480.740.30
HSV174°85°52°
CMYK 0.850.000.08   0.48
XYZ12.188918.328921.3078
Yxy18.32890.23520.3537
Hunter Lab42.8123-24.10150.4598
CIE-Lab49.8926-31.8778-2.5073

#14857a color RGB value is (20,133,122).

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

The process color (four color CMYK) of #14857a color hex is 0.85, 0.00, 0.08, 0.48. Web safe color of #14857a is #009966. Color #14857a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000101 01111010
Octal 24 205 172
Decimal 20 133 122
Hex 14 85 7A

RGB Percentages of Color #14857a

%7.27
%48.36
%44.36

CMYK Percentages of Color #14857a

%85
%0
%8
%48

Triadic Colors of #14857a

#14857a #7a1485 #857a14

Analogous Colors of #14857a

#14857a #145885 #148542

Monochromatic Colors of #14857a

#14857a

Complementary Color

#14857a #85141f

#14857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14857a Color CSS Codes

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

#14857a Text Font Color

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

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


#14857a Background Color

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

This div background color is #14857a


#14857a Border Color

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

This div border color is #14857a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14857a


Comments

No comments written yet.

Please login to write comment.