Color Hex Logo

#bad78e Color Hex

#BAD78E
(186,215,142)
0 Favorites   0 Comments

Color spaces of #bad78e

RGB 186215142
HSL0.230.480.70
HSV84°34°84°
CMYK 0.130.000.34   0.16
XYZ49.432660.993034.7586
Yxy60.99300.34050.4201
Hunter Lab78.0980-23.688928.2808
CIE-Lab82.3750-21.935432.9239

#bad78e color RGB value is (186,215,142).

#bad78e hex color red value is 186, green value is 215 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bad78e hue: 0.23 , saturation: 0.48 and the lightness value of bad78e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10001110
Octal 272 327 216
Decimal 186 215 142
Hex BA D7 8E

RGB Percentages of Color #bad78e

%34.25
%39.59
%26.15

CMYK Percentages of Color #bad78e

%13
%0
%34
%16

Triadic Colors of #bad78e

#bad78e #8ebad7 #d78eba

Analogous Colors of #bad78e

#bad78e #96d78e #d7d08e

Monochromatic Colors of #bad78e

#bad78e

Complementary Color

#bad78e #ab8ed7

#bad78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad78e Color CSS Codes

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

#bad78e Text Font Color

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

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


#bad78e Background Color

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

This div background color is #bad78e


#bad78e Border Color

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

This div border color is #bad78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad78e


Comments

No comments written yet.

Please login to write comment.