Color Hex Logo

#bab253 Color Hex

#BAB253
(186,178,83)
0 Favorites   0 Comments

Color spaces of #bab253

RGB 18617883
HSL0.150.430.53
HSV55°55°73°
CMYK 0.000.040.55   0.27
XYZ37.731442.904414.4763
Yxy42.90440.39670.4511
Hunter Lab65.5015-11.804532.7475
CIE-Lab71.4900-9.639748.7676

#bab253 color RGB value is (186,178,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01010011
Octal 272 262 123
Decimal 186 178 83
Hex BA B2 53

RGB Percentages of Color #bab253

%41.61
%39.82
%18.57

CMYK Percentages of Color #bab253

%0
%4
%55
%27

Triadic Colors of #bab253

#bab253 #53bab2 #b253ba

Analogous Colors of #bab253

#bab253 #8fba53 #ba7f53

Monochromatic Colors of #bab253

#bab253

Complementary Color

#bab253 #535bba

#bab253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab253 Color CSS Codes

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

#bab253 Text Font Color

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

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


#bab253 Background Color

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

This div background color is #bab253


#bab253 Border Color

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

This div border color is #bab253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab253


Comments

No comments written yet.

Please login to write comment.