Color Hex Logo

#bad992 Color Hex

#BAD992
(186,217,146)
0 Favorites   0 Comments

Color spaces of #bad992

RGB 186217146
HSL0.240.480.71
HSV86°33°85°
CMYK 0.140.000.33   0.15
XYZ50.250962.140136.5399
Yxy62.14010.33740.4172
Hunter Lab78.8290-24.162827.6974
CIE-Lab82.9879-22.370531.6844

#bad992 color RGB value is (186,217,146).

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

The process color (four color CMYK) of #bad992 color hex is 0.14, 0.00, 0.33, 0.15. Web safe color of #bad992 is #cccc99. Color #bad992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 10010010
Octal 272 331 222
Decimal 186 217 146
Hex BA D9 92

RGB Percentages of Color #bad992

%33.88
%39.53
%26.59

CMYK Percentages of Color #bad992

%14
%0
%33
%15

Triadic Colors of #bad992

#bad992 #92bad9 #d992ba

Analogous Colors of #bad992

#bad992 #97d992 #d9d592

Monochromatic Colors of #bad992

#bad992

Complementary Color

#bad992 #b192d9

#bad992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad992 Color CSS Codes

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

#bad992 Text Font Color

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

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


#bad992 Background Color

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

This div background color is #bad992


#bad992 Border Color

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

This div border color is #bad992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad992


Comments

No comments written yet.

Please login to write comment.