Color Hex Logo

#bad50e Color Hex

#BAD50E
(186,213,14)
0 Favorites   0 Comments

Color spaces of #bad50e

RGB 18621314
HSL0.190.880.45
HSV68°93°84°
CMYK 0.130.000.93   0.16
XYZ44.123258.05939.2965
Yxy58.05930.39580.5208
Hunter Lab76.1967-29.980146.1039
CIE-Lab80.7717-29.969478.7802

#bad50e color RGB value is (186,213,14).

#bad50e hex color red value is 186, green value is 213 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bad50e hue: 0.19 , saturation: 0.88 and the lightness value of bad50e is 0.45.

The process color (four color CMYK) of #bad50e color hex is 0.13, 0.00, 0.93, 0.16. Web safe color of #bad50e is #cccc00. Color #bad50e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 00001110
Octal 272 325 16
Decimal 186 213 14
Hex BA D5 E

RGB Percentages of Color #bad50e

%45.04
%51.57
%3.39

CMYK Percentages of Color #bad50e

%13
%0
%93
%16

Triadic Colors of #bad50e

#bad50e #0ebad5 #d50eba

Analogous Colors of #bad50e

#bad50e #57d50e #d58d0e

Monochromatic Colors of #bad50e

#bad50e

Complementary Color

#bad50e #290ed5

#bad50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad50e Color CSS Codes

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

#bad50e Text Font Color

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

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


#bad50e Background Color

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

This div background color is #bad50e


#bad50e Border Color

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

This div border color is #bad50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad50e


Comments

No comments written yet.

Please login to write comment.