Color Hex Logo

#bad350 Color Hex

#BAD350
(186,211,80)
0 Favorites   0 Comments

Color spaces of #bad350

RGB 18621180
HSL0.200.600.57
HSV71°62°83°
CMYK 0.120.000.62   0.17
XYZ44.991957.606816.3373
Yxy57.60680.37830.4844
Hunter Lab75.8991-27.011340.3672
CIE-Lab80.5197-26.358660.1369

#bad350 color RGB value is (186,211,80).

#bad350 hex color red value is 186, green value is 211 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bad350 hue: 0.20 , saturation: 0.60 and the lightness value of bad350 is 0.57.

The process color (four color CMYK) of #bad350 color hex is 0.12, 0.00, 0.62, 0.17. Web safe color of #bad350 is #cccc66. Color #bad350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01010000
Octal 272 323 120
Decimal 186 211 80
Hex BA D3 50

RGB Percentages of Color #bad350

%38.99
%44.23
%16.77

CMYK Percentages of Color #bad350

%12
%0
%62
%17

Triadic Colors of #bad350

#bad350 #50bad3 #d350ba

Analogous Colors of #bad350

#bad350 #79d350 #d3ab50

Monochromatic Colors of #bad350

#bad350

Complementary Color

#bad350 #6950d3

#bad350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad350 Color CSS Codes

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

#bad350 Text Font Color

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

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


#bad350 Background Color

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

This div background color is #bad350


#bad350 Border Color

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

This div border color is #bad350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad350


Comments

No comments written yet.

Please login to write comment.