Color Hex Logo

#14584b Color Hex

#14584B
(20,88,75)
0 Favorites   0 Comments

Color spaces of #14584b

RGB 208875
HSL0.470.630.21
HSV169°77°35°
CMYK 0.770.000.15   0.65
XYZ5.04827.63627.8645
Yxy7.63620.24570.3716
Hunter Lab27.6337-15.75002.4697
CIE-Lab33.2134-24.17961.5593

#14584b color RGB value is (20,88,75).

#14584b hex color red value is 20, green value is 88 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #14584b hue: 0.47 , saturation: 0.63 and the lightness value of 14584b is 0.21.

The process color (four color CMYK) of #14584b color hex is 0.77, 0.00, 0.15, 0.65. Web safe color of #14584b is #006633. Color #14584b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011000 01001011
Octal 24 130 113
Decimal 20 88 75
Hex 14 58 4B

RGB Percentages of Color #14584b

%10.93
%48.09
%40.98

CMYK Percentages of Color #14584b

%77
%0
%15
%65

Triadic Colors of #14584b

#14584b #4b1458 #584b14

Analogous Colors of #14584b

#14584b #144358 #145829

Monochromatic Colors of #14584b

#14584b

Complementary Color

#14584b #581421

#14584b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14584b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14584b Color CSS Codes

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

#14584b Text Font Color

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

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


#14584b Background Color

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

This div background color is #14584b


#14584b Border Color

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

This div border color is #14584b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,88,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 #14584b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14584b


Comments

No comments written yet.

Please login to write comment.