Color Hex Logo

#bad392 Color Hex

#BAD392
(186,211,146)
0 Favorites   0 Comments

Color spaces of #bad392

RGB 186211146
HSL0.230.420.70
HSV83°31°83°
CMYK 0.120.000.31   0.17
XYZ48.732359.103036.0337
Yxy59.10300.33870.4108
Hunter Lab76.8785-21.388426.0251
CIE-Lab81.3482-19.417329.5022

#bad392 color RGB value is (186,211,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 10010010
Octal 272 323 222
Decimal 186 211 146
Hex BA D3 92

RGB Percentages of Color #bad392

%34.25
%38.86
%26.89

CMYK Percentages of Color #bad392

%12
%0
%31
%17

Triadic Colors of #bad392

#bad392 #92bad3 #d392ba

Analogous Colors of #bad392

#bad392 #9ad392 #d3cc92

Monochromatic Colors of #bad392

#bad392

Complementary Color

#bad392 #ab92d3

#bad392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad392 Color CSS Codes

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

#bad392 Text Font Color

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

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


#bad392 Background Color

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

This div background color is #bad392


#bad392 Border Color

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

This div border color is #bad392


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,211,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 #bad392">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad392


Comments

No comments written yet.

Please login to write comment.