Color Hex Logo

#bad394 Color Hex

#BAD394
(186,211,148)
0 Favorites   0 Comments

Color spaces of #bad394

RGB 186211148
HSL0.230.420.70
HSV84°30°83°
CMYK 0.120.000.30   0.17
XYZ48.889359.165836.8604
Yxy59.16580.33740.4083
Hunter Lab76.9193-21.155625.4312
CIE-Lab81.3826-19.136628.5116

#bad394 color RGB value is (186,211,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 10010100
Octal 272 323 224
Decimal 186 211 148
Hex BA D3 94

RGB Percentages of Color #bad394

%34.13
%38.72
%27.16

CMYK Percentages of Color #bad394

%12
%0
%30
%17

Triadic Colors of #bad394

#bad394 #94bad3 #d394ba

Analogous Colors of #bad394

#bad394 #9bd394 #d3cd94

Monochromatic Colors of #bad394

#bad394

Complementary Color

#bad394 #ad94d3

#bad394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad394 Color CSS Codes

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

#bad394 Text Font Color

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

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


#bad394 Background Color

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

This div background color is #bad394


#bad394 Border Color

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

This div border color is #bad394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad394


Comments

No comments written yet.

Please login to write comment.