Color Hex Logo

#bad781 Color Hex

#BAD781
(186,215,129)
0 Favorites   0 Comments

Color spaces of #bad781

RGB 186215129
HSL0.220.520.67
HSV80°40°84°
CMYK 0.130.000.40   0.16
XYZ48.512660.625029.9138
Yxy60.62500.34890.4360
Hunter Lab77.8621-25.042731.7248
CIE-Lab82.1767-23.591039.2531

#bad781 color RGB value is (186,215,129).

#bad781 hex color red value is 186, green value is 215 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bad781 hue: 0.22 , saturation: 0.52 and the lightness value of bad781 is 0.67.

The process color (four color CMYK) of #bad781 color hex is 0.13, 0.00, 0.40, 0.16. Web safe color of #bad781 is #cccc99. Color #bad781 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10000001
Octal 272 327 201
Decimal 186 215 129
Hex BA D7 81

RGB Percentages of Color #bad781

%35.09
%40.57
%24.34

CMYK Percentages of Color #bad781

%13
%0
%40
%16

Triadic Colors of #bad781

#bad781 #81bad7 #d781ba

Analogous Colors of #bad781

#bad781 #8fd781 #d7c981

Monochromatic Colors of #bad781

#bad781

Complementary Color

#bad781 #9e81d7

#bad781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad781 Color CSS Codes

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

#bad781 Text Font Color

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

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


#bad781 Background Color

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

This div background color is #bad781


#bad781 Border Color

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

This div border color is #bad781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad781


Comments

No comments written yet.

Please login to write comment.