Color Hex Logo

#bad314 Color Hex

#BAD314
(186,211,20)
0 Favorites   0 Comments

Color spaces of #bad314

RGB 18621120
HSL0.190.830.45
HSV68°91°83°
CMYK 0.120.000.91   0.17
XYZ43.670257.07819.3773
Yxy57.07810.39650.5183
Hunter Lab75.5500-29.034245.5259
CIE-Lab80.2235-28.935777.5805

#bad314 color RGB value is (186,211,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00010100
Octal 272 323 24
Decimal 186 211 20
Hex BA D3 14

RGB Percentages of Color #bad314

%44.60
%50.60
%4.80

CMYK Percentages of Color #bad314

%12
%0
%91
%17

Triadic Colors of #bad314

#bad314 #14bad3 #d314ba

Analogous Colors of #bad314

#bad314 #5ad314 #d38d14

Monochromatic Colors of #bad314

#bad314

Complementary Color

#bad314 #2d14d3

#bad314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad314 Color CSS Codes

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

#bad314 Text Font Color

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

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


#bad314 Background Color

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

This div background color is #bad314


#bad314 Border Color

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

This div border color is #bad314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad314


Comments

No comments written yet.

Please login to write comment.