Color Hex Logo

#badb89 Color Hex

#BADB89
(186,219,137)
0 Favorites   0 Comments

Color spaces of #badb89

RGB 186219137
HSL0.230.530.70
HSV84°37°86°
CMYK 0.150.000.37   0.14
XYZ50.096662.908333.1691
Yxy62.90830.34270.4304
Hunter Lab79.3148-26.057130.7255
CIE-Lab83.3941-24.535836.7972

#badb89 color RGB value is (186,219,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10001001
Octal 272 333 211
Decimal 186 219 137
Hex BA DB 89

RGB Percentages of Color #badb89

%34.32
%40.41
%25.28

CMYK Percentages of Color #badb89

%15
%0
%37
%14

Triadic Colors of #badb89

#badb89 #89badb #db89ba

Analogous Colors of #badb89

#badb89 #91db89 #dbd389

Monochromatic Colors of #badb89

#badb89

Complementary Color

#badb89 #aa89db

#badb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb89 Color CSS Codes

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

#badb89 Text Font Color

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

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


#badb89 Background Color

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

This div background color is #badb89


#badb89 Border Color

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

This div border color is #badb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb89


Comments

No comments written yet.

Please login to write comment.