Color Hex Logo

#14634b Color Hex

#14634B
(20,99,75)
0 Favorites   0 Comments

Color spaces of #14634b

RGB 209975
HSL0.450.660.23
HSV162°80°39°
CMYK 0.800.000.24   0.61
XYZ6.02039.58048.1885
Yxy9.58040.25310.4027
Hunter Lab30.9522-19.44765.9812
CIE-Lab37.0786-29.47667.0949

#14634b color RGB value is (20,99,75).

#14634b hex color red value is 20, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #14634b hue: 0.45 , saturation: 0.66 and the lightness value of 14634b is 0.23.

The process color (four color CMYK) of #14634b color hex is 0.80, 0.00, 0.24, 0.61. Web safe color of #14634b is #006633. Color #14634b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100011 01001011
Octal 24 143 113
Decimal 20 99 75
Hex 14 63 4B

RGB Percentages of Color #14634b

%10.31
%51.03
%38.66

CMYK Percentages of Color #14634b

%80
%0
%24
%61

Triadic Colors of #14634b

#14634b #4b1463 #634b14

Analogous Colors of #14634b

#14634b #145463 #146324

Monochromatic Colors of #14634b

#14634b

Complementary Color

#14634b #63142c

#14634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14634b Color CSS Codes

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

#14634b Text Font Color

<p style="color:#14634b">Text here</p>

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


#14634b Background Color

<div style="background-color:#14634b">
Div content here</div>

This div background color is #14634b


#14634b Border Color

<div style="border:3px solid #14634b">
Div here</div>

This div border color is #14634b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,99,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14634b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14634b;
  -webkit-box-shadow: 1px 1px 3px 2px #14634b;
  box-shadow:         1px 1px 3px 2px #14634b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14634b


Comments

No comments written yet.

Please login to write comment.