Color Hex Logo

#bad704 Color Hex

#BAD704
(186,215,4)
0 Favorites   0 Comments

Color spaces of #bad704

RGB 1862154
HSL0.190.960.43
HSV68°98°84°
CMYK 0.130.000.98   0.16
XYZ44.572159.04879.1632
Yxy59.04870.39520.5236
Hunter Lab76.8432-30.938446.7201
CIE-Lab81.3184-31.016980.1456

#bad704 color RGB value is (186,215,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00000100
Octal 272 327 4
Decimal 186 215 4
Hex BA D7 4

RGB Percentages of Color #bad704

%45.93
%53.09
%0.99

CMYK Percentages of Color #bad704

%13
%0
%98
%16

Triadic Colors of #bad704

#bad704 #04bad7 #d704ba

Analogous Colors of #bad704

#bad704 #50d704 #d78b04

Monochromatic Colors of #bad704

#bad704

Complementary Color

#bad704 #2104d7

#bad704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad704 Color CSS Codes

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

#bad704 Text Font Color

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

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


#bad704 Background Color

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

This div background color is #bad704


#bad704 Border Color

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

This div border color is #bad704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad704


Comments

No comments written yet.

Please login to write comment.