Color Hex Logo

#bab255 Color Hex

#BAB255
(186,178,85)
0 Favorites   0 Comments

Color spaces of #bab255

RGB 18617885
HSL0.150.420.53
HSV55°54°73°
CMYK 0.000.040.54   0.27
XYZ37.809842.935814.8890
Yxy42.93580.39540.4490
Hunter Lab65.5254-11.670532.3956
CIE-Lab71.5114-9.477447.8434

#bab255 color RGB value is (186,178,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01010101
Octal 272 262 125
Decimal 186 178 85
Hex BA B2 55

RGB Percentages of Color #bab255

%41.43
%39.64
%18.93

CMYK Percentages of Color #bab255

%0
%4
%54
%27

Triadic Colors of #bab255

#bab255 #55bab2 #b255ba

Analogous Colors of #bab255

#bab255 #90ba55 #ba8055

Monochromatic Colors of #bab255

#bab255

Complementary Color

#bab255 #555dba

#bab255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab255 Color CSS Codes

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

#bab255 Text Font Color

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

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


#bab255 Background Color

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

This div background color is #bab255


#bab255 Border Color

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

This div border color is #bab255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab255


Comments

No comments written yet.

Please login to write comment.