Color Hex Logo

#bad58c Color Hex

#BAD58C
(186,213,140)
0 Favorites   0 Comments

Color spaces of #bad58c

RGB 186213140
HSL0.230.460.69
HSV82°34°84°
CMYK 0.130.000.34   0.16
XYZ48.777659.921133.8060
Yxy59.92110.34230.4205
Hunter Lab77.4087-22.987028.2929
CIE-Lab81.7953-21.220633.1847

#bad58c color RGB value is (186,213,140).

#bad58c hex color red value is 186, green value is 213 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bad58c hue: 0.23 , saturation: 0.46 and the lightness value of bad58c is 0.69.

The process color (four color CMYK) of #bad58c color hex is 0.13, 0.00, 0.34, 0.16. Web safe color of #bad58c is #cccc99. Color #bad58c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 10001100
Octal 272 325 214
Decimal 186 213 140
Hex BA D5 8C

RGB Percentages of Color #bad58c

%34.51
%39.52
%25.97

CMYK Percentages of Color #bad58c

%13
%0
%34
%16

Triadic Colors of #bad58c

#bad58c #8cbad5 #d58cba

Analogous Colors of #bad58c

#bad58c #96d58c #d5cc8c

Monochromatic Colors of #bad58c

#bad58c

Complementary Color

#bad58c #a78cd5

#bad58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad58c Color CSS Codes

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

#bad58c Text Font Color

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

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


#bad58c Background Color

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

This div background color is #bad58c


#bad58c Border Color

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

This div border color is #bad58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad58c


Comments

No comments written yet.

Please login to write comment.