Color Hex Logo

#bad379 Color Hex

#BAD379
(186,211,121)
0 Favorites   0 Comments

Color spaces of #bad379

RGB 186211121
HSL0.210.510.65
HSV77°43°83°
CMYK 0.120.000.43   0.17
XYZ46.995258.408126.8861
Yxy58.40810.35520.4415
Hunter Lab76.4252-23.981332.6396
CIE-Lab80.9652-22.579041.7076

#bad379 color RGB value is (186,211,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01111001
Octal 272 323 171
Decimal 186 211 121
Hex BA D3 79

RGB Percentages of Color #bad379

%35.91
%40.73
%23.36

CMYK Percentages of Color #bad379

%12
%0
%43
%17

Triadic Colors of #bad379

#bad379 #79bad3 #d379ba

Analogous Colors of #bad379

#bad379 #8dd379 #d3bf79

Monochromatic Colors of #bad379

#bad379

Complementary Color

#bad379 #9279d3

#bad379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad379 Color CSS Codes

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

#bad379 Text Font Color

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

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


#bad379 Background Color

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

This div background color is #bad379


#bad379 Border Color

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

This div border color is #bad379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad379


Comments

No comments written yet.

Please login to write comment.