Color Hex Logo

#bad06e Color Hex

#BAD06E
(186,208,110)
0 Favorites   0 Comments

Color spaces of #bad06e

RGB 186208110
HSL0.200.510.62
HSV73°47°82°
CMYK 0.110.000.47   0.18
XYZ45.620056.676623.2871
Yxy56.67660.36330.4513
Hunter Lab75.2839-23.580634.3589
CIE-Lab79.9974-22.302245.9079

#bad06e color RGB value is (186,208,110).

#bad06e hex color red value is 186, green value is 208 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bad06e hue: 0.20 , saturation: 0.51 and the lightness value of bad06e is 0.62.

The process color (four color CMYK) of #bad06e color hex is 0.11, 0.00, 0.47, 0.18. Web safe color of #bad06e is #cccc66. Color #bad06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01101110
Octal 272 320 156
Decimal 186 208 110
Hex BA D0 6E

RGB Percentages of Color #bad06e

%36.90
%41.27
%21.83

CMYK Percentages of Color #bad06e

%11
%0
%47
%18

Triadic Colors of #bad06e

#bad06e #6ebad0 #d06eba

Analogous Colors of #bad06e

#bad06e #89d06e #d0b56e

Monochromatic Colors of #bad06e

#bad06e

Complementary Color

#bad06e #846ed0

#bad06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad06e Color CSS Codes

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

#bad06e Text Font Color

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

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


#bad06e Background Color

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

This div background color is #bad06e


#bad06e Border Color

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

This div border color is #bad06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad06e


Comments

No comments written yet.

Please login to write comment.