Color Hex Logo

#bad56b Color Hex

#BAD56B
(186,213,107)
0 Favorites   0 Comments

Color spaces of #bad56b

RGB 186213107
HSL0.210.560.63
HSV75°50°84°
CMYK 0.130.000.50   0.16
XYZ46.697859.089122.8540
Yxy59.08910.36300.4593
Hunter Lab76.8694-26.083636.1811
CIE-Lab81.3405-25.032948.9699

#bad56b color RGB value is (186,213,107).

#bad56b hex color red value is 186, green value is 213 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bad56b hue: 0.21 , saturation: 0.56 and the lightness value of bad56b is 0.63.

The process color (four color CMYK) of #bad56b color hex is 0.13, 0.00, 0.50, 0.16. Web safe color of #bad56b is #cccc66. Color #bad56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 01101011
Octal 272 325 153
Decimal 186 213 107
Hex BA D5 6B

RGB Percentages of Color #bad56b

%36.76
%42.09
%21.15

CMYK Percentages of Color #bad56b

%13
%0
%50
%16

Triadic Colors of #bad56b

#bad56b #6bbad5 #d56bba

Analogous Colors of #bad56b

#bad56b #85d56b #d5bb6b

Monochromatic Colors of #bad56b

#bad56b

Complementary Color

#bad56b #866bd5

#bad56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad56b Color CSS Codes

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

#bad56b Text Font Color

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

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


#bad56b Background Color

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

This div background color is #bad56b


#bad56b Border Color

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

This div border color is #bad56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad56b


Comments

No comments written yet.

Please login to write comment.