Color Hex Logo

#bad577 Color Hex

#BAD577
(186,213,119)
0 Favorites   0 Comments

Color spaces of #bad577

RGB 186213119
HSL0.210.530.65
HSV77°44°84°
CMYK 0.130.000.44   0.16
XYZ47.373759.359526.4134
Yxy59.35950.35580.4458
Hunter Lab77.0451-25.072433.6052
CIE-Lab81.4888-23.777543.3502

#bad577 color RGB value is (186,213,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 01110111
Octal 272 325 167
Decimal 186 213 119
Hex BA D5 77

RGB Percentages of Color #bad577

%35.91
%41.12
%22.97

CMYK Percentages of Color #bad577

%13
%0
%44
%16

Triadic Colors of #bad577

#bad577 #77bad5 #d577ba

Analogous Colors of #bad577

#bad577 #8bd577 #d5c177

Monochromatic Colors of #bad577

#bad577

Complementary Color

#bad577 #9277d5

#bad577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad577 Color CSS Codes

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

#bad577 Text Font Color

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

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


#bad577 Background Color

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

This div background color is #bad577


#bad577 Border Color

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

This div border color is #bad577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad577


Comments

No comments written yet.

Please login to write comment.