Color Hex Logo

#14b82d Color Hex

#14B82D
(20,184,45)
0 Favorites   0 Comments

Color spaces of #14b82d

RGB 2018445
HSL0.360.800.40
HSV129°89°72°
CMYK 0.890.000.76   0.28
XYZ17.902634.61928.2212
Yxy34.61920.29470.5699
Hunter Lab58.8381-48.654632.9023
CIE-Lab65.4511-64.469455.9008

#14b82d color RGB value is (20,184,45).

#14b82d hex color red value is 20, green value is 184 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #14b82d hue: 0.36 , saturation: 0.80 and the lightness value of 14b82d is 0.40.

The process color (four color CMYK) of #14b82d color hex is 0.89, 0.00, 0.76, 0.28. Web safe color of #14b82d is #00cc33. Color #14b82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111000 00101101
Octal 24 270 55
Decimal 20 184 45
Hex 14 B8 2D

RGB Percentages of Color #14b82d

%8.03
%73.90
%18.07

CMYK Percentages of Color #14b82d

%89
%0
%76
%28

Triadic Colors of #14b82d

#14b82d #2d14b8 #b82d14

Analogous Colors of #14b82d

#14b82d #14b87f #4db814

Monochromatic Colors of #14b82d

#14b82d

Complementary Color

#14b82d #b8149f

#14b82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b82d Color CSS Codes

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

#14b82d Text Font Color

<p style="color:#14b82d">Text here</p>

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


#14b82d Background Color

<div style="background-color:#14b82d">
Div content here</div>

This div background color is #14b82d


#14b82d Border Color

<div style="border:3px solid #14b82d">
Div here</div>

This div border color is #14b82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b82d


Comments

No comments written yet.

Please login to write comment.