Color Hex Logo

#14818a Color Hex

#14818A
(20,129,138)
0 Favorites   0 Comments

Color spaces of #14818a

RGB 20129138
HSL0.510.750.31
HSV185°86°54°
CMYK 0.860.070.00   0.46
XYZ12.726217.684226.7874
Yxy17.68420.22250.3092
Hunter Lab42.0526-19.5733-8.3308
CIE-Lab49.1108-24.8562-13.0599

#14818a color RGB value is (20,129,138).

#14818a hex color red value is 20, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #14818a hue: 0.51 , saturation: 0.75 and the lightness value of 14818a is 0.31.

The process color (four color CMYK) of #14818a color hex is 0.86, 0.07, 0.00, 0.46. Web safe color of #14818a is #009999. Color #14818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000001 10001010
Octal 24 201 212
Decimal 20 129 138
Hex 14 81 8A

RGB Percentages of Color #14818a

%6.97
%44.95
%48.08

CMYK Percentages of Color #14818a

%86
%7
%0
%46

Triadic Colors of #14818a

#14818a #8a1481 #818a14

Analogous Colors of #14818a

#14818a #14468a #148a58

Monochromatic Colors of #14818a

#14818a

Complementary Color

#14818a #8a1d14

#14818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14818a Color CSS Codes

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

#14818a Text Font Color

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

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


#14818a Background Color

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

This div background color is #14818a


#14818a Border Color

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

This div border color is #14818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14818a


Comments

No comments written yet.

Please login to write comment.