Color Hex Logo

#babe9b Color Hex

#BABE9B
(186,190,155)
0 Favorites   0 Comments

Color spaces of #babe9b

RGB 186190155
HSL0.190.210.68
HSV67°18°75°
CMYK 0.020.000.18   0.25
XYZ44.579649.632638.2408
Yxy49.63260.33660.3747
Hunter Lab70.4504-10.337017.1324
CIE-Lab75.8432-7.395317.2421

#babe9b color RGB value is (186,190,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10011011
Octal 272 276 233
Decimal 186 190 155
Hex BA BE 9B

RGB Percentages of Color #babe9b

%35.03
%35.78
%29.19

CMYK Percentages of Color #babe9b

%2
%0
%18
%25

Triadic Colors of #babe9b

#babe9b #9bbabe #be9bba

Analogous Colors of #babe9b

#babe9b #a9be9b #beb19b

Monochromatic Colors of #babe9b

#babe9b

Complementary Color

#babe9b #9f9bbe

#babe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe9b Color CSS Codes

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

#babe9b Text Font Color

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

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


#babe9b Background Color

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

This div background color is #babe9b


#babe9b Border Color

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

This div border color is #babe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe9b


Comments

No comments written yet.

Please login to write comment.