Color Hex Logo

#bad31f Color Hex

#BAD31F
(186,211,31)
0 Favorites   0 Comments

Color spaces of #bad31f

RGB 18621131
HSL0.190.740.47
HSV68°85°83°
CMYK 0.120.000.85   0.17
XYZ43.791357.126610.0148
Yxy57.12660.39480.5150
Hunter Lab75.5821-28.848245.0514
CIE-Lab80.2507-28.696875.6697

#bad31f color RGB value is (186,211,31).

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

The process color (four color CMYK) of #bad31f color hex is 0.12, 0.00, 0.85, 0.17. Web safe color of #bad31f is #cccc33. Color #bad31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00011111
Octal 272 323 37
Decimal 186 211 31
Hex BA D3 1F

RGB Percentages of Color #bad31f

%43.46
%49.30
%7.24

CMYK Percentages of Color #bad31f

%12
%0
%85
%17

Triadic Colors of #bad31f

#bad31f #1fbad3 #d31fba

Analogous Colors of #bad31f

#bad31f #60d31f #d3921f

Monochromatic Colors of #bad31f

#bad31f

Complementary Color

#bad31f #381fd3

#bad31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad31f Color CSS Codes

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

#bad31f Text Font Color

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

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


#bad31f Background Color

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

This div background color is #bad31f


#bad31f Border Color

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

This div border color is #bad31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad31f


Comments

No comments written yet.

Please login to write comment.