Color Hex Logo

#babea7 Color Hex

#BABEA7
(186,190,167)
0 Favorites   0 Comments

Color spaces of #babea7

RGB 186190167
HSL0.200.150.70
HSV70°12°75°
CMYK 0.020.000.12   0.25
XYZ45.638250.056043.8156
Yxy50.05600.32710.3588
Hunter Lab70.7503-8.669712.8069
CIE-Lab76.1036-5.466911.1427

#babea7 color RGB value is (186,190,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10100111
Octal 272 276 247
Decimal 186 190 167
Hex BA BE A7

RGB Percentages of Color #babea7

%34.25
%34.99
%30.76

CMYK Percentages of Color #babea7

%2
%0
%12
%25

Triadic Colors of #babea7

#babea7 #a7babe #bea7ba

Analogous Colors of #babea7

#babea7 #afbea7 #beb7a7

Monochromatic Colors of #babea7

#babea7

Complementary Color

#babea7 #aba7be

#babea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babea7 Color CSS Codes

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

#babea7 Text Font Color

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

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


#babea7 Background Color

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

This div background color is #babea7


#babea7 Border Color

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

This div border color is #babea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babea7


Comments

No comments written yet.

Please login to write comment.