Color Hex Logo

#bad30e Color Hex

#BAD30E
(186,211,14)
0 Favorites   0 Comments

Color spaces of #bad30e

RGB 18621114
HSL0.190.880.44
HSV68°93°83°
CMYK 0.120.000.93   0.17
XYZ43.623257.05939.1298
Yxy57.05930.39730.5196
Hunter Lab75.5376-29.106545.7103
CIE-Lab80.2129-29.028678.3463

#bad30e color RGB value is (186,211,14).

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

The process color (four color CMYK) of #bad30e color hex is 0.12, 0.00, 0.93, 0.17. Web safe color of #bad30e is #cccc00. Color #bad30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00001110
Octal 272 323 16
Decimal 186 211 14
Hex BA D3 E

RGB Percentages of Color #bad30e

%45.26
%51.34
%3.41

CMYK Percentages of Color #bad30e

%12
%0
%93
%17

Triadic Colors of #bad30e

#bad30e #0ebad3 #d30eba

Analogous Colors of #bad30e

#bad30e #57d30e #d38a0e

Monochromatic Colors of #bad30e

#bad30e

Complementary Color

#bad30e #270ed3

#bad30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad30e Color CSS Codes

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

#bad30e Text Font Color

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

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


#bad30e Background Color

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

This div background color is #bad30e


#bad30e Border Color

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

This div border color is #bad30e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,211,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 #bad30e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad30e


Comments

No comments written yet.

Please login to write comment.