Color Hex Logo

#bab662 Color Hex

#BAB662
(186,182,98)
0 Favorites   0 Comments

Color spaces of #bab662

RGB 18618298
HSL0.160.390.56
HSV57°47°73°
CMYK 0.000.020.47   0.27
XYZ39.182344.776818.1329
Yxy44.77680.38380.4386
Hunter Lab66.9155-12.581530.7743
CIE-Lab72.7447-10.396642.9727

#bab662 color RGB value is (186,182,98).

#bab662 hex color red value is 186, green value is 182 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bab662 hue: 0.16 , saturation: 0.39 and the lightness value of bab662 is 0.56.

The process color (four color CMYK) of #bab662 color hex is 0.00, 0.02, 0.47, 0.27. Web safe color of #bab662 is #cccc66. Color #bab662 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01100010
Octal 272 266 142
Decimal 186 182 98
Hex BA B6 62

RGB Percentages of Color #bab662

%39.91
%39.06
%21.03

CMYK Percentages of Color #bab662

%0
%2
%47
%27

Triadic Colors of #bab662

#bab662 #62bab6 #b662ba

Analogous Colors of #bab662

#bab662 #92ba62 #ba8a62

Monochromatic Colors of #bab662

#bab662

Complementary Color

#bab662 #6266ba

#bab662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab662 Color CSS Codes

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

#bab662 Text Font Color

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

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


#bab662 Background Color

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

This div background color is #bab662


#bab662 Border Color

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

This div border color is #bab662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab662


Comments

No comments written yet.

Please login to write comment.