Color Hex Logo

#babea1 Color Hex

#BABEA1
(186,190,161)
0 Favorites   0 Comments

Color spaces of #babea1

RGB 186190161
HSL0.190.180.69
HSV68°15°75°
CMYK 0.020.000.15   0.25
XYZ45.096249.839240.9613
Yxy49.83920.33180.3667
Hunter Lab70.5969-9.521515.0169
CIE-Lab75.9705-6.449014.1917

#babea1 color RGB value is (186,190,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10100001
Octal 272 276 241
Decimal 186 190 161
Hex BA BE A1

RGB Percentages of Color #babea1

%34.64
%35.38
%29.98

CMYK Percentages of Color #babea1

%2
%0
%15
%25

Triadic Colors of #babea1

#babea1 #a1babe #bea1ba

Analogous Colors of #babea1

#babea1 #acbea1 #beb4a1

Monochromatic Colors of #babea1

#babea1

Complementary Color

#babea1 #a5a1be

#babea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babea1 Color CSS Codes

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

#babea1 Text Font Color

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

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


#babea1 Background Color

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

This div background color is #babea1


#babea1 Border Color

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

This div border color is #babea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babea1


Comments

No comments written yet.

Please login to write comment.