Color Hex Logo

#bad19a Color Hex

#BAD19A
(186,209,154)
0 Favorites   0 Comments

Color spaces of #bad19a

RGB 186209154
HSL0.240.370.71
HSV85°26°82°
CMYK 0.110.000.26   0.18
XYZ48.882958.373139.2626
Yxy58.37310.33360.3984
Hunter Lab76.4023-19.498023.0129
CIE-Lab80.9458-17.271124.7939

#bad19a color RGB value is (186,209,154).

#bad19a hex color red value is 186, green value is 209 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bad19a hue: 0.24 , saturation: 0.37 and the lightness value of bad19a is 0.71.

The process color (four color CMYK) of #bad19a color hex is 0.11, 0.00, 0.26, 0.18. Web safe color of #bad19a is #cccc99. Color #bad19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 10011010
Octal 272 321 232
Decimal 186 209 154
Hex BA D1 9A

RGB Percentages of Color #bad19a

%33.88
%38.07
%28.05

CMYK Percentages of Color #bad19a

%11
%0
%26
%18

Triadic Colors of #bad19a

#bad19a #9abad1 #d19aba

Analogous Colors of #bad19a

#bad19a #9fd19a #d1cd9a

Monochromatic Colors of #bad19a

#bad19a

Complementary Color

#bad19a #b19ad1

#bad19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad19a Color CSS Codes

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

#bad19a Text Font Color

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

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


#bad19a Background Color

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

This div background color is #bad19a


#bad19a Border Color

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

This div border color is #bad19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad19a


Comments

No comments written yet.

Please login to write comment.