Color Hex Logo

#bab038 Color Hex

#BAB038
(186,176,56)
0 Favorites   0 Comments

Color spaces of #bab038

RGB 18617656
HSL0.150.540.47
HSV55°70°73°
CMYK 0.000.050.70   0.27
XYZ36.488841.77539.8817
Yxy41.77530.41400.4739
Hunter Lab64.6338-12.337636.1790
CIE-Lab70.7157-10.381259.6318

#bab038 color RGB value is (186,176,56).

#bab038 hex color red value is 186, green value is 176 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bab038 hue: 0.15 , saturation: 0.54 and the lightness value of bab038 is 0.47.

The process color (four color CMYK) of #bab038 color hex is 0.00, 0.05, 0.70, 0.27. Web safe color of #bab038 is #cc9933. Color #bab038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00111000
Octal 272 260 70
Decimal 186 176 56
Hex BA B0 38

RGB Percentages of Color #bab038

%44.50
%42.11
%13.40

CMYK Percentages of Color #bab038

%0
%5
%70
%27

Triadic Colors of #bab038

#bab038 #38bab0 #b038ba

Analogous Colors of #bab038

#bab038 #83ba38 #ba6f38

Monochromatic Colors of #bab038

#bab038

Complementary Color

#bab038 #3842ba

#bab038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab038 Color CSS Codes

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

#bab038 Text Font Color

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

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


#bab038 Background Color

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

This div background color is #bab038


#bab038 Border Color

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

This div border color is #bab038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab038


Comments

No comments written yet.

Please login to write comment.