Color Hex Logo

#bad479 Color Hex

#BAD479
(186,212,121)
0 Favorites   0 Comments

Color spaces of #bad479

RGB 186212121
HSL0.210.510.65
HSV77°43°83°
CMYK 0.120.000.43   0.17
XYZ47.244458.906526.9692
Yxy58.90650.35490.4425
Hunter Lab76.7506-24.436532.8916
CIE-Lab81.2402-23.066842.0527

#bad479 color RGB value is (186,212,121).

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

The process color (four color CMYK) of #bad479 color hex is 0.12, 0.00, 0.43, 0.17. Web safe color of #bad479 is #cccc66. Color #bad479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 01111001
Octal 272 324 171
Decimal 186 212 121
Hex BA D4 79

RGB Percentages of Color #bad479

%35.84
%40.85
%23.31

CMYK Percentages of Color #bad479

%12
%0
%43
%17

Triadic Colors of #bad479

#bad479 #79bad4 #d479ba

Analogous Colors of #bad479

#bad479 #8dd479 #d4c179

Monochromatic Colors of #bad479

#bad479

Complementary Color

#bad479 #9379d4

#bad479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad479 Color CSS Codes

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

#bad479 Text Font Color

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

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


#bad479 Background Color

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

This div background color is #bad479


#bad479 Border Color

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

This div border color is #bad479


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,212,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 #bad479">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad479


Comments

No comments written yet.

Please login to write comment.