Color Hex Logo

#bad315 Color Hex

#BAD315
(186,211,21)
0 Favorites   0 Comments

Color spaces of #bad315

RGB 18621121
HSL0.190.820.45
HSV68°90°83°
CMYK 0.120.000.90   0.17
XYZ43.679357.08189.4252
Yxy57.08180.39640.5180
Hunter Lab75.5525-29.020445.4903
CIE-Lab80.2256-28.917977.4340

#bad315 color RGB value is (186,211,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00010101
Octal 272 323 25
Decimal 186 211 21
Hex BA D3 15

RGB Percentages of Color #bad315

%44.50
%50.48
%5.02

CMYK Percentages of Color #bad315

%12
%0
%90
%17

Triadic Colors of #bad315

#bad315 #15bad3 #d315ba

Analogous Colors of #bad315

#bad315 #5bd315 #d38d15

Monochromatic Colors of #bad315

#bad315

Complementary Color

#bad315 #2e15d3

#bad315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad315 Color CSS Codes

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

#bad315 Text Font Color

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

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


#bad315 Background Color

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

This div background color is #bad315


#bad315 Border Color

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

This div border color is #bad315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad315


Comments

No comments written yet.

Please login to write comment.