Color Hex Logo

#bad701 Color Hex

#BAD701
(186,215,1)
0 Favorites   0 Comments

Color spaces of #bad701

RGB 1862151
HSL0.190.990.42
HSV68°100°84°
CMYK 0.130.001.00   0.16
XYZ44.555659.04229.0767
Yxy59.04220.39540.5240
Hunter Lab76.8389-30.963646.7835
CIE-Lab81.3148-31.049580.4161

#bad701 color RGB value is (186,215,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00000001
Octal 272 327 1
Decimal 186 215 1
Hex BA D7 1

RGB Percentages of Color #bad701

%46.27
%53.48
%0.25

CMYK Percentages of Color #bad701

%13
%0
%100
%16

Triadic Colors of #bad701

#bad701 #01bad7 #d701ba

Analogous Colors of #bad701

#bad701 #4fd701 #d78901

Monochromatic Colors of #bad701

#bad701

Complementary Color

#bad701 #1e01d7

#bad701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad701 Color CSS Codes

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

#bad701 Text Font Color

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

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


#bad701 Background Color

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

This div background color is #bad701


#bad701 Border Color

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

This div border color is #bad701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad701


Comments

No comments written yet.

Please login to write comment.