Color Hex Logo

#bad559 Color Hex

#BAD559
(186,213,89)
0 Favorites   0 Comments

Color spaces of #bad559

RGB 18621389
HSL0.200.600.59
HSV73°58°84°
CMYK 0.130.000.58   0.16
XYZ45.847158.748918.3745
Yxy58.74890.37280.4777
Hunter Lab76.6478-27.363539.4401
CIE-Lab81.1534-26.636656.9839

#bad559 color RGB value is (186,213,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 01011001
Octal 272 325 131
Decimal 186 213 89
Hex BA D5 59

RGB Percentages of Color #bad559

%38.11
%43.65
%18.24

CMYK Percentages of Color #bad559

%13
%0
%58
%16

Triadic Colors of #bad559

#bad559 #59bad5 #d559ba

Analogous Colors of #bad559

#bad559 #7cd559 #d5b259

Monochromatic Colors of #bad559

#bad559

Complementary Color

#bad559 #7459d5

#bad559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad559 Color CSS Codes

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

#bad559 Text Font Color

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

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


#bad559 Background Color

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

This div background color is #bad559


#bad559 Border Color

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

This div border color is #bad559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad559


Comments

No comments written yet.

Please login to write comment.