Color Hex Logo

#bab254 Color Hex

#BAB254
(186,178,84)
0 Favorites   0 Comments

Color spaces of #bab254

RGB 18617884
HSL0.150.430.53
HSV55°55°73°
CMYK 0.000.040.55   0.27
XYZ37.770342.920014.6812
Yxy42.92000.39600.4500
Hunter Lab65.5134-11.738132.5728
CIE-Lab71.5006-9.559248.3065

#bab254 color RGB value is (186,178,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01010100
Octal 272 262 124
Decimal 186 178 84
Hex BA B2 54

RGB Percentages of Color #bab254

%41.52
%39.73
%18.75

CMYK Percentages of Color #bab254

%0
%4
%55
%27

Triadic Colors of #bab254

#bab254 #54bab2 #b254ba

Analogous Colors of #bab254

#bab254 #8fba54 #ba7f54

Monochromatic Colors of #bab254

#bab254

Complementary Color

#bab254 #545cba

#bab254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab254 Color CSS Codes

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

#bab254 Text Font Color

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

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


#bab254 Background Color

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

This div background color is #bab254


#bab254 Border Color

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

This div border color is #bab254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab254


Comments

No comments written yet.

Please login to write comment.