Color Hex Logo

#bad502 Color Hex

#BAD502
(186,213,2)
0 Favorites   0 Comments

Color spaces of #bad502

RGB 1862132
HSL0.190.980.42
HSV68°99°84°
CMYK 0.130.000.99   0.16
XYZ44.054958.03208.9368
Yxy58.03200.39680.5227
Hunter Lab76.1787-30.084546.3696
CIE-Lab80.7566-30.103879.9048

#bad502 color RGB value is (186,213,2).

#bad502 hex color red value is 186, green value is 213 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bad502 hue: 0.19 , saturation: 0.98 and the lightness value of bad502 is 0.42.

The process color (four color CMYK) of #bad502 color hex is 0.13, 0.00, 0.99, 0.16. Web safe color of #bad502 is #cccc00. Color #bad502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 00000010
Octal 272 325 2
Decimal 186 213 2
Hex BA D5 2

RGB Percentages of Color #bad502

%46.38
%53.12
%0.50

CMYK Percentages of Color #bad502

%13
%0
%99
%16

Triadic Colors of #bad502

#bad502 #02bad5 #d502ba

Analogous Colors of #bad502

#bad502 #51d502 #d58702

Monochromatic Colors of #bad502

#bad502

Complementary Color

#bad502 #1d02d5

#bad502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad502 Color CSS Codes

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

#bad502 Text Font Color

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

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


#bad502 Background Color

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

This div background color is #bad502


#bad502 Border Color

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

This div border color is #bad502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad502


Comments

No comments written yet.

Please login to write comment.