Color Hex Logo

#babea9 Color Hex

#BABEA9
(186,190,169)
0 Favorites   0 Comments

Color spaces of #babea9

RGB 186190169
HSL0.200.140.70
HSV71°11°75°
CMYK 0.020.000.11   0.25
XYZ45.824650.130644.7971
Yxy50.13060.32560.3562
Hunter Lab70.8030-8.377712.0492
CIE-Lab76.1494-5.131710.1272

#babea9 color RGB value is (186,190,169).

#babea9 hex color red value is 186, green value is 190 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #babea9 hue: 0.20 , saturation: 0.14 and the lightness value of babea9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10101001
Octal 272 276 251
Decimal 186 190 169
Hex BA BE A9

RGB Percentages of Color #babea9

%34.13
%34.86
%31.01

CMYK Percentages of Color #babea9

%2
%0
%11
%25

Triadic Colors of #babea9

#babea9 #a9babe #bea9ba

Analogous Colors of #babea9

#babea9 #b0bea9 #beb8a9

Monochromatic Colors of #babea9

#babea9

Complementary Color

#babea9 #ada9be

#babea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babea9 Color CSS Codes

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

#babea9 Text Font Color

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

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


#babea9 Background Color

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

This div background color is #babea9


#babea9 Border Color

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

This div border color is #babea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babea9


Comments

No comments written yet.

Please login to write comment.