Color Hex Logo

#14615e Color Hex

#14615E
(20,97,94)
0 Favorites   0 Comments

Color spaces of #14615e

RGB 209794
HSL0.490.660.23
HSV178°79°38°
CMYK 0.790.000.03   0.62
XYZ6.58369.506312.0776
Yxy9.50630.23370.3375
Hunter Lab30.8323-15.8415-1.6424
CIE-Lab36.9414-22.8533-4.8174

#14615e color RGB value is (20,97,94).

#14615e hex color red value is 20, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14615e hue: 0.49 , saturation: 0.66 and the lightness value of 14615e is 0.23.

The process color (four color CMYK) of #14615e color hex is 0.79, 0.00, 0.03, 0.62. Web safe color of #14615e is #006666. Color #14615e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100001 01011110
Octal 24 141 136
Decimal 20 97 94
Hex 14 61 5E

RGB Percentages of Color #14615e

%9.48
%45.97
%44.55

CMYK Percentages of Color #14615e

%79
%0
%3
%62

Triadic Colors of #14615e

#14615e #5e1461 #615e14

Analogous Colors of #14615e

#14615e #143d61 #146138

Monochromatic Colors of #14615e

#14615e

Complementary Color

#14615e #611417

#14615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14615e Color CSS Codes

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

#14615e Text Font Color

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

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


#14615e Background Color

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

This div background color is #14615e


#14615e Border Color

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

This div border color is #14615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14615e


Comments

No comments written yet.

Please login to write comment.