Color Hex Logo

#bad31c Color Hex

#BAD31C
(186,211,28)
0 Favorites   0 Comments

Color spaces of #bad31c

RGB 18621128
HSL0.190.770.47
HSV68°87°83°
CMYK 0.120.000.87   0.17
XYZ43.753657.11159.8162
Yxy57.11150.39530.5160
Hunter Lab75.5722-28.906145.1992
CIE-Lab80.2423-28.771176.2559

#bad31c color RGB value is (186,211,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00011100
Octal 272 323 34
Decimal 186 211 28
Hex BA D3 1C

RGB Percentages of Color #bad31c

%43.76
%49.65
%6.59

CMYK Percentages of Color #bad31c

%12
%0
%87
%17

Triadic Colors of #bad31c

#bad31c #1cbad3 #d31cba

Analogous Colors of #bad31c

#bad31c #5fd31c #d3911c

Monochromatic Colors of #bad31c

#bad31c

Complementary Color

#bad31c #351cd3

#bad31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad31c Color CSS Codes

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

#bad31c Text Font Color

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

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


#bad31c Background Color

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

This div background color is #bad31c


#bad31c Border Color

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

This div border color is #bad31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad31c


Comments

No comments written yet.

Please login to write comment.