Color Hex Logo

#14852d Color Hex

#14852D
(20,133,45)
0 Favorites   0 Comments

Color spaces of #14852d

RGB 2013345
HSL0.370.740.30
HSV133°85°52°
CMYK 0.850.000.66   0.48
XYZ9.149717.11325.3036
Yxy17.11320.28990.5421
Hunter Lab41.3681-32.914021.3564
CIE-Lab48.4024-48.443037.9975

#14852d color RGB value is (20,133,45).

#14852d hex color red value is 20, green value is 133 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #14852d hue: 0.37 , saturation: 0.74 and the lightness value of 14852d is 0.30.

The process color (four color CMYK) of #14852d color hex is 0.85, 0.00, 0.66, 0.48. Web safe color of #14852d is #009933. Color #14852d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000101 00101101
Octal 24 205 55
Decimal 20 133 45
Hex 14 85 2D

RGB Percentages of Color #14852d

%10.10
%67.17
%22.73

CMYK Percentages of Color #14852d

%85
%0
%66
%48

Triadic Colors of #14852d

#14852d #2d1485 #852d14

Analogous Colors of #14852d

#14852d #148566 #348514

Monochromatic Colors of #14852d

#14852d

Complementary Color

#14852d #85146c

#14852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14852d Color CSS Codes

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

#14852d Text Font Color

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

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


#14852d Background Color

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

This div background color is #14852d


#14852d Border Color

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

This div border color is #14852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14852d


Comments

No comments written yet.

Please login to write comment.