Color Hex Logo

#bab528 Color Hex

#BAB528
(186,181,40)
0 Favorites   0 Comments

Color spaces of #bab528

RGB 18618140
HSL0.160.650.44
HSV58°78°73°
CMYK 0.000.030.78   0.27
XYZ37.156643.64018.4725
Yxy43.64010.41620.4889
Hunter Lab66.0607-15.206738.6383
CIE-Lab71.9873-13.658666.3174

#bab528 color RGB value is (186,181,40).

#bab528 hex color red value is 186, green value is 181 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bab528 hue: 0.16 , saturation: 0.65 and the lightness value of bab528 is 0.44.

The process color (four color CMYK) of #bab528 color hex is 0.00, 0.03, 0.78, 0.27. Web safe color of #bab528 is #cccc33. Color #bab528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 00101000
Octal 272 265 50
Decimal 186 181 40
Hex BA B5 28

RGB Percentages of Color #bab528

%45.70
%44.47
%9.83

CMYK Percentages of Color #bab528

%0
%3
%78
%27

Triadic Colors of #bab528

#bab528 #28bab5 #b528ba

Analogous Colors of #bab528

#bab528 #76ba28 #ba6c28

Monochromatic Colors of #bab528

#bab528

Complementary Color

#bab528 #282dba

#bab528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab528 Color CSS Codes

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

#bab528 Text Font Color

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

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


#bab528 Background Color

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

This div background color is #bab528


#bab528 Border Color

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

This div border color is #bab528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab528


Comments

No comments written yet.

Please login to write comment.