Color Hex Logo

#bab27c Color Hex

#BAB27C
(186,178,124)
0 Favorites   0 Comments

Color spaces of #bab27c

RGB 186178124
HSL0.150.310.61
HSV52°33°73°
CMYK 0.000.040.33   0.27
XYZ39.808243.735125.4124
Yxy43.73510.36540.4014
Hunter Lab66.1325-8.284623.5097
CIE-Lab72.0511-5.436028.6743

#bab27c color RGB value is (186,178,124).

#bab27c hex color red value is 186, green value is 178 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bab27c hue: 0.15 , saturation: 0.31 and the lightness value of bab27c is 0.61.

The process color (four color CMYK) of #bab27c color hex is 0.00, 0.04, 0.33, 0.27. Web safe color of #bab27c is #cc9966. Color #bab27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01111100
Octal 272 262 174
Decimal 186 178 124
Hex BA B2 7C

RGB Percentages of Color #bab27c

%38.11
%36.48
%25.41

CMYK Percentages of Color #bab27c

%0
%4
%33
%27

Triadic Colors of #bab27c

#bab27c #7cbab2 #b27cba

Analogous Colors of #bab27c

#bab27c #a3ba7c #ba937c

Monochromatic Colors of #bab27c

#bab27c

Complementary Color

#bab27c #7c84ba

#bab27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab27c Color CSS Codes

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

#bab27c Text Font Color

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

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


#bab27c Background Color

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

This div background color is #bab27c


#bab27c Border Color

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

This div border color is #bab27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab27c


Comments

No comments written yet.

Please login to write comment.