Color Hex Logo

#bad94b Color Hex

#BAD94B
(186,217,75)
0 Favorites   0 Comments

Color spaces of #bad94b

RGB 18621775
HSL0.200.650.57
HSV73°65°85°
CMYK 0.140.000.65   0.15
XYZ46.332660.572815.9063
Yxy60.57280.37730.4932
Hunter Lab77.8285-29.935942.3625
CIE-Lab82.1485-29.546863.8882

#bad94b color RGB value is (186,217,75).

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

The process color (four color CMYK) of #bad94b color hex is 0.14, 0.00, 0.65, 0.15. Web safe color of #bad94b is #cccc33. Color #bad94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 01001011
Octal 272 331 113
Decimal 186 217 75
Hex BA D9 4B

RGB Percentages of Color #bad94b

%38.91
%45.40
%15.69

CMYK Percentages of Color #bad94b

%14
%0
%65
%15

Triadic Colors of #bad94b

#bad94b #4bbad9 #d94bba

Analogous Colors of #bad94b

#bad94b #73d94b #d9b14b

Monochromatic Colors of #bad94b

#bad94b

Complementary Color

#bad94b #6a4bd9

#bad94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad94b Color CSS Codes

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

#bad94b Text Font Color

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

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


#bad94b Background Color

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

This div background color is #bad94b


#bad94b Border Color

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

This div border color is #bad94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad94b


Comments

No comments written yet.

Please login to write comment.