Color Hex Logo

#badb94 Color Hex

#BADB94
(186,219,148)
0 Favorites   0 Comments

Color spaces of #badb94

RGB 186219148
HSL0.240.500.72
HSV88°32°86°
CMYK 0.150.000.32   0.14
XYZ50.926563.240337.5395
Yxy63.24030.33570.4169
Hunter Lab79.5238-24.856427.6786
CIE-Lab83.5687-23.070131.4298

#badb94 color RGB value is (186,219,148).

#badb94 hex color red value is 186, green value is 219 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #badb94 hue: 0.24 , saturation: 0.50 and the lightness value of badb94 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10010100
Octal 272 333 224
Decimal 186 219 148
Hex BA DB 94

RGB Percentages of Color #badb94

%33.63
%39.60
%26.76

CMYK Percentages of Color #badb94

%15
%0
%32
%14

Triadic Colors of #badb94

#badb94 #94badb #db94ba

Analogous Colors of #badb94

#badb94 #97db94 #dbd994

Monochromatic Colors of #badb94

#badb94

Complementary Color

#badb94 #b594db

#badb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb94 Color CSS Codes

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

#badb94 Text Font Color

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

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


#badb94 Background Color

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

This div background color is #badb94


#badb94 Border Color

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

This div border color is #badb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb94


Comments

No comments written yet.

Please login to write comment.