Color Hex Logo

#bab658 Color Hex

#BAB658
(186,182,88)
0 Favorites   0 Comments

Color spaces of #bab658

RGB 18618288
HSL0.160.420.54
HSV58°53°73°
CMYK 0.000.020.53   0.27
XYZ38.739144.599615.7993
Yxy44.59960.39080.4499
Hunter Lab66.7829-13.326832.7214
CIE-Lab72.6275-11.299747.7092

#bab658 color RGB value is (186,182,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01011000
Octal 272 266 130
Decimal 186 182 88
Hex BA B6 58

RGB Percentages of Color #bab658

%40.79
%39.91
%19.30

CMYK Percentages of Color #bab658

%0
%2
%53
%27

Triadic Colors of #bab658

#bab658 #58bab6 #b658ba

Analogous Colors of #bab658

#bab658 #8dba58 #ba8558

Monochromatic Colors of #bab658

#bab658

Complementary Color

#bab658 #585cba

#bab658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab658 Color CSS Codes

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

#bab658 Text Font Color

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

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


#bab658 Background Color

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

This div background color is #bab658


#bab658 Border Color

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

This div border color is #bab658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab658


Comments

No comments written yet.

Please login to write comment.