Color Hex Logo

#bad380 Color Hex

#BAD380
(186,211,128)
0 Favorites   0 Comments

Color spaces of #bad380

RGB 186211128
HSL0.220.490.66
HSV78°39°83°
CMYK 0.120.000.39   0.17
XYZ47.440258.586129.2300
Yxy58.58610.35070.4331
Hunter Lab76.5416-23.314030.9372
CIE-Lab81.0636-21.759138.3322

#bad380 color RGB value is (186,211,128).

#bad380 hex color red value is 186, green value is 211 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bad380 hue: 0.22 , saturation: 0.49 and the lightness value of bad380 is 0.66.

The process color (four color CMYK) of #bad380 color hex is 0.12, 0.00, 0.39, 0.17. Web safe color of #bad380 is #cccc99. Color #bad380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 10000000
Octal 272 323 200
Decimal 186 211 128
Hex BA D3 80

RGB Percentages of Color #bad380

%35.43
%40.19
%24.38

CMYK Percentages of Color #bad380

%12
%0
%39
%17

Triadic Colors of #bad380

#bad380 #80bad3 #d380ba

Analogous Colors of #bad380

#bad380 #91d380 #d3c380

Monochromatic Colors of #bad380

#bad380

Complementary Color

#bad380 #9980d3

#bad380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad380 Color CSS Codes

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

#bad380 Text Font Color

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

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


#bad380 Background Color

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

This div background color is #bad380


#bad380 Border Color

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

This div border color is #bad380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad380


Comments

No comments written yet.

Please login to write comment.