Color Hex Logo

#bad351 Color Hex

#BAD351
(186,211,81)
0 Favorites   0 Comments

Color spaces of #bad351

RGB 18621181
HSL0.200.600.57
HSV72°62°83°
CMYK 0.120.000.62   0.17
XYZ45.029257.621716.5334
Yxy57.62170.37780.4835
Hunter Lab75.9090-26.954540.2226
CIE-Lab80.5280-26.286959.7277

#bad351 color RGB value is (186,211,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01010001
Octal 272 323 121
Decimal 186 211 81
Hex BA D3 51

RGB Percentages of Color #bad351

%38.91
%44.14
%16.95

CMYK Percentages of Color #bad351

%12
%0
%62
%17

Triadic Colors of #bad351

#bad351 #51bad3 #d351ba

Analogous Colors of #bad351

#bad351 #79d351 #d3ab51

Monochromatic Colors of #bad351

#bad351

Complementary Color

#bad351 #6a51d3

#bad351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad351 Color CSS Codes

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

#bad351 Text Font Color

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

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


#bad351 Background Color

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

This div background color is #bad351


#bad351 Border Color

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

This div border color is #bad351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad351


Comments

No comments written yet.

Please login to write comment.