Color Hex Logo

#bab07e Color Hex

#BAB07E
(186,176,126)
0 Favorites   0 Comments

Color spaces of #bab07e

RGB 186176126
HSL0.140.300.61
HSV50°32°73°
CMYK 0.000.050.32   0.27
XYZ39.540942.996125.9537
Yxy42.99610.36450.3963
Hunter Lab65.5714-7.110822.4325
CIE-Lab71.5523-4.125326.9462

#bab07e color RGB value is (186,176,126).

#bab07e hex color red value is 186, green value is 176 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bab07e hue: 0.14 , saturation: 0.30 and the lightness value of bab07e is 0.61.

The process color (four color CMYK) of #bab07e color hex is 0.00, 0.05, 0.32, 0.27. Web safe color of #bab07e is #cc9966. Color #bab07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01111110
Octal 272 260 176
Decimal 186 176 126
Hex BA B0 7E

RGB Percentages of Color #bab07e

%38.11
%36.07
%25.82

CMYK Percentages of Color #bab07e

%0
%5
%32
%27

Triadic Colors of #bab07e

#bab07e #7ebab0 #b07eba

Analogous Colors of #bab07e

#bab07e #a6ba7e #ba927e

Monochromatic Colors of #bab07e

#bab07e

Complementary Color

#bab07e #7e88ba

#bab07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab07e Color CSS Codes

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

#bab07e Text Font Color

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

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


#bab07e Background Color

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

This div background color is #bab07e


#bab07e Border Color

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

This div border color is #bab07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab07e


Comments

No comments written yet.

Please login to write comment.