Color Hex Logo

#bad706 Color Hex

#BAD706
(186,215,6)
0 Favorites   0 Comments

Color spaces of #bad706

RGB 1862156
HSL0.190.950.43
HSV68°97°84°
CMYK 0.130.000.97   0.16
XYZ44.583059.05319.2209
Yxy59.05310.39500.5233
Hunter Lab76.8460-30.921946.6779
CIE-Lab81.3208-30.995779.9662

#bad706 color RGB value is (186,215,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 00000110
Octal 272 327 6
Decimal 186 215 6
Hex BA D7 6

RGB Percentages of Color #bad706

%45.70
%52.83
%1.47

CMYK Percentages of Color #bad706

%13
%0
%97
%16

Triadic Colors of #bad706

#bad706 #06bad7 #d706ba

Analogous Colors of #bad706

#bad706 #52d706 #d78c06

Monochromatic Colors of #bad706

#bad706

Complementary Color

#bad706 #2306d7

#bad706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad706 Color CSS Codes

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

#bad706 Text Font Color

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

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


#bad706 Background Color

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

This div background color is #bad706


#bad706 Border Color

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

This div border color is #bad706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad706


Comments

No comments written yet.

Please login to write comment.