Color Hex Logo

#bad08f Color Hex

#BAD08F
(186,208,143)
0 Favorites   0 Comments

Color spaces of #bad08f

RGB 186208143
HSL0.220.410.69
HSV80°31°82°
CMYK 0.110.000.31   0.18
XYZ47.763557.534034.5744
Yxy57.53400.34150.4113
Hunter Lab75.8512-20.338126.0703
CIE-Lab80.4790-18.340629.8969

#bad08f color RGB value is (186,208,143).

#bad08f hex color red value is 186, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bad08f hue: 0.22 , saturation: 0.41 and the lightness value of bad08f is 0.69.

The process color (four color CMYK) of #bad08f color hex is 0.11, 0.00, 0.31, 0.18. Web safe color of #bad08f is #cccc99. Color #bad08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 10001111
Octal 272 320 217
Decimal 186 208 143
Hex BA D0 8F

RGB Percentages of Color #bad08f

%34.64
%38.73
%26.63

CMYK Percentages of Color #bad08f

%11
%0
%31
%18

Triadic Colors of #bad08f

#bad08f #8fbad0 #d08fba

Analogous Colors of #bad08f

#bad08f #9ad08f #d0c68f

Monochromatic Colors of #bad08f

#bad08f

Complementary Color

#bad08f #a58fd0

#bad08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad08f Color CSS Codes

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

#bad08f Text Font Color

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

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


#bad08f Background Color

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

This div background color is #bad08f


#bad08f Border Color

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

This div border color is #bad08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad08f


Comments

No comments written yet.

Please login to write comment.