Color Hex Logo

#bab154 Color Hex

#BAB154
(186,177,84)
0 Favorites   0 Comments

Color spaces of #bab154

RGB 18617784
HSL0.150.430.53
HSV55°55°73°
CMYK 0.000.050.55   0.27
XYZ37.572142.523514.6151
Yxy42.52350.39670.4490
Hunter Lab65.2100-11.271232.3588
CIE-Lab71.2304-9.038347.9947

#bab154 color RGB value is (186,177,84).

#bab154 hex color red value is 186, green value is 177 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bab154 hue: 0.15 , saturation: 0.43 and the lightness value of bab154 is 0.53.

The process color (four color CMYK) of #bab154 color hex is 0.00, 0.05, 0.55, 0.27. Web safe color of #bab154 is #cc9966. Color #bab154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01010100
Octal 272 261 124
Decimal 186 177 84
Hex BA B1 54

RGB Percentages of Color #bab154

%41.61
%39.60
%18.79

CMYK Percentages of Color #bab154

%0
%5
%55
%27

Triadic Colors of #bab154

#bab154 #54bab1 #b154ba

Analogous Colors of #bab154

#bab154 #90ba54 #ba7e54

Monochromatic Colors of #bab154

#bab154

Complementary Color

#bab154 #545dba

#bab154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab154 Color CSS Codes

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

#bab154 Text Font Color

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

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


#bab154 Background Color

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

This div background color is #bab154


#bab154 Border Color

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

This div border color is #bab154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab154


Comments

No comments written yet.

Please login to write comment.