Color Hex Logo

#babe9f Color Hex

#BABE9F
(186,190,159)
0 Favorites   0 Comments

Color spaces of #babe9f

RGB 186190159
HSL0.190.190.68
HSV68°16°75°
CMYK 0.020.000.16   0.25
XYZ44.921249.769240.0397
Yxy49.76920.33340.3694
Hunter Lab70.5473-9.797315.7326
CIE-Lab75.9274-6.768415.2084

#babe9f color RGB value is (186,190,159).

#babe9f hex color red value is 186, green value is 190 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #babe9f hue: 0.19 , saturation: 0.19 and the lightness value of babe9f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10011111
Octal 272 276 237
Decimal 186 190 159
Hex BA BE 9F

RGB Percentages of Color #babe9f

%34.77
%35.51
%29.72

CMYK Percentages of Color #babe9f

%2
%0
%16
%25

Triadic Colors of #babe9f

#babe9f #9fbabe #be9fba

Analogous Colors of #babe9f

#babe9f #abbe9f #beb39f

Monochromatic Colors of #babe9f

#babe9f

Complementary Color

#babe9f #a39fbe

#babe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe9f Color CSS Codes

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

#babe9f Text Font Color

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

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


#babe9f Background Color

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

This div background color is #babe9f


#babe9f Border Color

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

This div border color is #babe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe9f


Comments

No comments written yet.

Please login to write comment.