Color Hex Logo

#bab477 Color Hex

#BAB477
(186,180,119)
0 Favorites   0 Comments

Color spaces of #bab477

RGB 186180119
HSL0.150.330.60
HSV55°36°73°
CMYK 0.000.030.36   0.27
XYZ39.900744.413523.9224
Yxy44.41350.36860.4103
Hunter Lab66.6435-9.754725.3676
CIE-Lab72.5040-7.098831.9105

#bab477 color RGB value is (186,180,119).

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

The process color (four color CMYK) of #bab477 color hex is 0.00, 0.03, 0.36, 0.27. Web safe color of #bab477 is #cccc66. Color #bab477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 01110111
Octal 272 264 167
Decimal 186 180 119
Hex BA B4 77

RGB Percentages of Color #bab477

%38.35
%37.11
%24.54

CMYK Percentages of Color #bab477

%0
%3
%36
%27

Triadic Colors of #bab477

#bab477 #77bab4 #b477ba

Analogous Colors of #bab477

#bab477 #9fba77 #ba9377

Monochromatic Colors of #bab477

#bab477

Complementary Color

#bab477 #777dba

#bab477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab477 Color CSS Codes

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

#bab477 Text Font Color

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

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


#bab477 Background Color

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

This div background color is #bab477


#bab477 Border Color

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

This div border color is #bab477


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,180,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 #bab477">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab477


Comments

No comments written yet.

Please login to write comment.