Color Hex Logo

#14825d Color Hex

#14825D
(20,130,93)
0 Favorites   0 Comments

Color spaces of #14825d

RGB 2013093
HSL0.440.730.29
HSV160°85°51°
CMYK 0.850.000.28   0.49
XYZ10.246916.904313.0787
Yxy16.90430.25470.4202
Hunter Lab41.1148-27.46419.9201
CIE-Lab48.1392-38.492611.9043

#14825d color RGB value is (20,130,93).

#14825d hex color red value is 20, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #14825d hue: 0.44 , saturation: 0.73 and the lightness value of 14825d is 0.29.

The process color (four color CMYK) of #14825d color hex is 0.85, 0.00, 0.28, 0.49. Web safe color of #14825d is #009966. Color #14825d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000010 01011101
Octal 24 202 135
Decimal 20 130 93
Hex 14 82 5D

RGB Percentages of Color #14825d

%8.23
%53.50
%38.27

CMYK Percentages of Color #14825d

%85
%0
%28
%49

Triadic Colors of #14825d

#14825d #5d1482 #825d14

Analogous Colors of #14825d

#14825d #147082 #148226

Monochromatic Colors of #14825d

#14825d

Complementary Color

#14825d #821439

#14825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14825d Color CSS Codes

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

#14825d Text Font Color

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

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


#14825d Background Color

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

This div background color is #14825d


#14825d Border Color

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

This div border color is #14825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14825d


Comments

No comments written yet.

Please login to write comment.