Color Hex Logo

#bab277 Color Hex

#BAB277
(186,178,119)
0 Favorites   0 Comments

Color spaces of #bab277

RGB 186178119
HSL0.150.330.60
HSV53°36°73°
CMYK 0.000.040.36   0.27
XYZ39.499943.611823.7888
Yxy43.61180.36950.4080
Hunter Lab66.0392-8.802824.8699
CIE-Lab71.9683-6.047231.2118

#bab277 color RGB value is (186,178,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01110111
Octal 272 262 167
Decimal 186 178 119
Hex BA B2 77

RGB Percentages of Color #bab277

%38.51
%36.85
%24.64

CMYK Percentages of Color #bab277

%0
%4
%36
%27

Triadic Colors of #bab277

#bab277 #77bab2 #b277ba

Analogous Colors of #bab277

#bab277 #a1ba77 #ba9177

Monochromatic Colors of #bab277

#bab277

Complementary Color

#bab277 #777fba

#bab277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab277 Color CSS Codes

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

#bab277 Text Font Color

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

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


#bab277 Background Color

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

This div background color is #bab277


#bab277 Border Color

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

This div border color is #bab277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab277


Comments

No comments written yet.

Please login to write comment.