Color Hex Logo

#babe89 Color Hex

#BABE89
(186,190,137)
0 Favorites   0 Comments

Color spaces of #babe89

RGB 186190137
HSL0.180.290.64
HSV65°28°75°
CMYK 0.020.000.28   0.25
XYZ43.178549.072230.8630
Yxy49.07220.35070.3986
Hunter Lab70.0516-12.566122.9144
CIE-Lab75.4962-10.013026.3741

#babe89 color RGB value is (186,190,137).

#babe89 hex color red value is 186, green value is 190 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #babe89 hue: 0.18 , saturation: 0.29 and the lightness value of babe89 is 0.64.

The process color (four color CMYK) of #babe89 color hex is 0.02, 0.00, 0.28, 0.25. Web safe color of #babe89 is #cccc99. Color #babe89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10001001
Octal 272 276 211
Decimal 186 190 137
Hex BA BE 89

RGB Percentages of Color #babe89

%36.26
%37.04
%26.71

CMYK Percentages of Color #babe89

%2
%0
%28
%25

Triadic Colors of #babe89

#babe89 #89babe #be89ba

Analogous Colors of #babe89

#babe89 #a0be89 #bea889

Monochromatic Colors of #babe89

#babe89

Complementary Color

#babe89 #8d89be

#babe89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe89 Color CSS Codes

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

#babe89 Text Font Color

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

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


#babe89 Background Color

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

This div background color is #babe89


#babe89 Border Color

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

This div border color is #babe89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe89

#babe89 Color Palettes


Comments

No comments written yet.

Please login to write comment.