Color Hex Logo

#bad450 Color Hex

#BAD450
(186,212,80)
0 Favorites   0 Comments

Color spaces of #bad450

RGB 18621280
HSL0.200.610.57
HSV72°62°83°
CMYK 0.120.000.62   0.17
XYZ45.241258.105316.4204
Yxy58.10530.37770.4852
Hunter Lab76.2268-27.455940.5868
CIE-Lab80.7973-26.836860.4356

#bad450 color RGB value is (186,212,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 01010000
Octal 272 324 120
Decimal 186 212 80
Hex BA D4 50

RGB Percentages of Color #bad450

%38.91
%44.35
%16.74

CMYK Percentages of Color #bad450

%12
%0
%62
%17

Triadic Colors of #bad450

#bad450 #50bad4 #d450ba

Analogous Colors of #bad450

#bad450 #78d450 #d4ac50

Monochromatic Colors of #bad450

#bad450

Complementary Color

#bad450 #6a50d4

#bad450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad450 Color CSS Codes

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

#bad450 Text Font Color

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

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


#bad450 Background Color

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

This div background color is #bad450


#bad450 Border Color

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

This div border color is #bad450


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,212,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 #bad450">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad450


Comments

No comments written yet.

Please login to write comment.