Color Hex Logo

#14888e Color Hex

#14888E
(20,136,142)
0 Favorites   0 Comments

Color spaces of #14888e

RGB 20136142
HSL0.510.750.32
HSV183°86°56°
CMYK 0.860.040.00   0.44
XYZ13.975119.710028.6590
Yxy19.71000.22420.3161
Hunter Lab44.3959-21.5041-7.1964
CIE-Lab51.5077-27.0799-11.7805

#14888e color RGB value is (20,136,142).

#14888e hex color red value is 20, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #14888e hue: 0.51 , saturation: 0.75 and the lightness value of 14888e is 0.32.

The process color (four color CMYK) of #14888e color hex is 0.86, 0.04, 0.00, 0.44. Web safe color of #14888e is #009999. Color #14888e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001000 10001110
Octal 24 210 216
Decimal 20 136 142
Hex 14 88 8E

RGB Percentages of Color #14888e

%6.71
%45.64
%47.65

CMYK Percentages of Color #14888e

%86
%4
%0
%44

Triadic Colors of #14888e

#14888e #8e1488 #888e14

Analogous Colors of #14888e

#14888e #144b8e #148e57

Monochromatic Colors of #14888e

#14888e

Complementary Color

#14888e #8e1a14

#14888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14888e Color CSS Codes

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

#14888e Text Font Color

<p style="color:#14888e">Text here</p>

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


#14888e Background Color

<div style="background-color:#14888e">
Div content here</div>

This div background color is #14888e


#14888e Border Color

<div style="border:3px solid #14888e">
Div here</div>

This div border color is #14888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14888e


Comments

No comments written yet.

Please login to write comment.