Color Hex Logo

#bad079 Color Hex

#BAD079
(186,208,121)
0 Favorites   0 Comments

Color spaces of #bad079

RGB 186208121
HSL0.210.480.65
HSV75°42°82°
CMYK 0.110.000.42   0.18
XYZ46.256856.931326.6400
Yxy56.93130.35630.4385
Hunter Lab75.4528-22.612031.8836
CIE-Lab80.1409-21.108040.6706

#bad079 color RGB value is (186,208,121).

#bad079 hex color red value is 186, green value is 208 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bad079 hue: 0.21 , saturation: 0.48 and the lightness value of bad079 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 01111001
Octal 272 320 171
Decimal 186 208 121
Hex BA D0 79

RGB Percentages of Color #bad079

%36.12
%40.39
%23.50

CMYK Percentages of Color #bad079

%11
%0
%42
%18

Triadic Colors of #bad079

#bad079 #79bad0 #d079ba

Analogous Colors of #bad079

#bad079 #8fd079 #d0bb79

Monochromatic Colors of #bad079

#bad079

Complementary Color

#bad079 #8f79d0

#bad079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad079 Color CSS Codes

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

#bad079 Text Font Color

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

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


#bad079 Background Color

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

This div background color is #bad079


#bad079 Border Color

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

This div border color is #bad079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad079


Comments

No comments written yet.

Please login to write comment.