Color Hex Logo

#bab078 Color Hex

#BAB078
(186,176,120)
0 Favorites   0 Comments

Color spaces of #bab078

RGB 186176120
HSL0.140.320.60
HSV51°35°73°
CMYK 0.000.050.35   0.27
XYZ39.165242.845823.9751
Yxy42.84580.36950.4043
Hunter Lab65.4567-7.746024.1033
CIE-Lab71.4502-4.871030.0050

#bab078 color RGB value is (186,176,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01111000
Octal 272 260 170
Decimal 186 176 120
Hex BA B0 78

RGB Percentages of Color #bab078

%38.59
%36.51
%24.90

CMYK Percentages of Color #bab078

%0
%5
%35
%27

Triadic Colors of #bab078

#bab078 #78bab0 #b078ba

Analogous Colors of #bab078

#bab078 #a3ba78 #ba8f78

Monochromatic Colors of #bab078

#bab078

Complementary Color

#bab078 #7882ba

#bab078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab078 Color CSS Codes

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

#bab078 Text Font Color

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

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


#bab078 Background Color

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

This div background color is #bab078


#bab078 Border Color

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

This div border color is #bab078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab078


Comments

No comments written yet.

Please login to write comment.