Color Hex Logo

#bad06d Color Hex

#BAD06D
(186,208,109)
0 Favorites   0 Comments

Color spaces of #bad06d

RGB 186208109
HSL0.200.510.62
HSV73°48°82°
CMYK 0.110.000.48   0.18
XYZ45.565956.655023.0019
Yxy56.65500.36390.4524
Hunter Lab75.2695-23.663134.5700
CIE-Lab79.9852-22.404546.3772

#bad06d color RGB value is (186,208,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01101101
Octal 272 320 155
Decimal 186 208 109
Hex BA D0 6D

RGB Percentages of Color #bad06d

%36.98
%41.35
%21.67

CMYK Percentages of Color #bad06d

%11
%0
%48
%18

Triadic Colors of #bad06d

#bad06d #6dbad0 #d06dba

Analogous Colors of #bad06d

#bad06d #89d06d #d0b56d

Monochromatic Colors of #bad06d

#bad06d

Complementary Color

#bad06d #836dd0

#bad06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad06d Color CSS Codes

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

#bad06d Text Font Color

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

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


#bad06d Background Color

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

This div background color is #bad06d


#bad06d Border Color

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

This div border color is #bad06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad06d


Comments

No comments written yet.

Please login to write comment.