Color Hex Logo

#bad14e Color Hex

#BAD14E
(186,209,78)
0 Favorites   0 Comments

Color spaces of #bad14e

RGB 18620978
HSL0.200.590.56
HSV71°63°82°
CMYK 0.110.000.63   0.18
XYZ44.425356.590115.7892
Yxy56.59010.38030.4845
Hunter Lab75.2264-26.232240.2141
CIE-Lab79.9485-25.539360.3541

#bad14e color RGB value is (186,209,78).

#bad14e hex color red value is 186, green value is 209 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bad14e hue: 0.20 , saturation: 0.59 and the lightness value of bad14e is 0.56.

The process color (four color CMYK) of #bad14e color hex is 0.11, 0.00, 0.63, 0.18. Web safe color of #bad14e is #cccc66. Color #bad14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01001110
Octal 272 321 116
Decimal 186 209 78
Hex BA D1 4E

RGB Percentages of Color #bad14e

%39.32
%44.19
%16.49

CMYK Percentages of Color #bad14e

%11
%0
%63
%18

Triadic Colors of #bad14e

#bad14e #4ebad1 #d14eba

Analogous Colors of #bad14e

#bad14e #79d14e #d1a74e

Monochromatic Colors of #bad14e

#bad14e

Complementary Color

#bad14e #654ed1

#bad14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad14e Color CSS Codes

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

#bad14e Text Font Color

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

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


#bad14e Background Color

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

This div background color is #bad14e


#bad14e Border Color

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

This div border color is #bad14e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,209,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bad14e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bad14e;
  -webkit-box-shadow: 1px 1px 3px 2px #bad14e;
  box-shadow:         1px 1px 3px 2px #bad14e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,209,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad14e


Comments

No comments written yet.

Please login to write comment.