Color Hex Logo

#14968d Color Hex

#14968D
(20,150,141)
0 Favorites   0 Comments

Color spaces of #14968d

RGB 20150141
HSL0.490.760.33
HSV176°87°59°
CMYK 0.870.000.06   0.41
XYZ16.002623.884528.9661
Yxy23.88450.23240.3469
Hunter Lab48.8718-27.0775-0.9307
CIE-Lab55.9720-34.1319-4.5397

#14968d color RGB value is (20,150,141).

#14968d hex color red value is 20, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #14968d hue: 0.49 , saturation: 0.76 and the lightness value of 14968d is 0.33.

The process color (four color CMYK) of #14968d color hex is 0.87, 0.00, 0.06, 0.41. Web safe color of #14968d is #009999. Color #14968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010110 10001101
Octal 24 226 215
Decimal 20 150 141
Hex 14 96 8D

RGB Percentages of Color #14968d

%6.43
%48.23
%45.34

CMYK Percentages of Color #14968d

%87
%0
%6
%41

Triadic Colors of #14968d

#14968d #8d1496 #968d14

Analogous Colors of #14968d

#14968d #145e96 #14964c

Monochromatic Colors of #14968d

#14968d

Complementary Color

#14968d #96141d

#14968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14968d Color CSS Codes

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

#14968d Text Font Color

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

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


#14968d Background Color

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

This div background color is #14968d


#14968d Border Color

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

This div border color is #14968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14968d


Comments

No comments written yet.

Please login to write comment.