Color Hex Logo

#bad588 Color Hex

#BAD588
(186,213,136)
0 Favorites   0 Comments

Color spaces of #bad588

RGB 186213136
HSL0.230.480.68
HSV81°36°84°
CMYK 0.130.000.36   0.16
XYZ48.487959.805232.2805
Yxy59.80520.34490.4254
Hunter Lab77.3338-23.415629.3850
CIE-Lab81.7322-21.742735.1445

#bad588 color RGB value is (186,213,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 10001000
Octal 272 325 210
Decimal 186 213 136
Hex BA D5 88

RGB Percentages of Color #bad588

%34.77
%39.81
%25.42

CMYK Percentages of Color #bad588

%13
%0
%36
%16

Triadic Colors of #bad588

#bad588 #88bad5 #d588ba

Analogous Colors of #bad588

#bad588 #94d588 #d5ca88

Monochromatic Colors of #bad588

#bad588

Complementary Color

#bad588 #a388d5

#bad588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad588 Color CSS Codes

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

#bad588 Text Font Color

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

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


#bad588 Background Color

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

This div background color is #bad588


#bad588 Border Color

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

This div border color is #bad588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad588


Comments

No comments written yet.

Please login to write comment.