Color Hex Logo

#bab828 Color Hex

#BAB828
(186,184,40)
0 Favorites   0 Comments

Color spaces of #bab828

RGB 18618440
HSL0.160.650.44
HSV59°78°73°
CMYK 0.000.010.78   0.27
XYZ37.773244.87338.6780
Yxy44.87330.41360.4914
Hunter Lab66.9875-16.574939.2105
CIE-Lab72.8084-15.186667.0483

#bab828 color RGB value is (186,184,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 00101000
Octal 272 270 50
Decimal 186 184 40
Hex BA B8 28

RGB Percentages of Color #bab828

%45.37
%44.88
%9.76

CMYK Percentages of Color #bab828

%0
%1
%78
%27

Triadic Colors of #bab828

#bab828 #28bab8 #b828ba

Analogous Colors of #bab828

#bab828 #73ba28 #ba6f28

Monochromatic Colors of #bab828

#bab828

Complementary Color

#bab828 #282aba

#bab828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab828 Color CSS Codes

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

#bab828 Text Font Color

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

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


#bab828 Background Color

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

This div background color is #bab828


#bab828 Border Color

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

This div border color is #bab828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab828


Comments

No comments written yet.

Please login to write comment.