Color Hex Logo

#bbba70 Color Hex

#BBBA70
(187,186,112)
0 Favorites   0 Comments

Color spaces of #bbba70

RGB 187186112
HSL0.160.360.59
HSV59°40°73°
CMYK 0.000.010.40   0.27
XYZ40.977146.852522.2129
Yxy46.85250.37240.4258
Hunter Lab68.4489-12.926128.6735
CIE-Lab74.0953-10.621137.6001

#bbba70 color RGB value is (187,186,112).

#bbba70 hex color red value is 187, green value is 186 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bbba70 hue: 0.16 , saturation: 0.36 and the lightness value of bbba70 is 0.59.

The process color (four color CMYK) of #bbba70 color hex is 0.00, 0.01, 0.40, 0.27. Web safe color of #bbba70 is #cccc66. Color #bbba70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01110000
Octal 273 272 160
Decimal 187 186 112
Hex BB BA 70

RGB Percentages of Color #bbba70

%38.56
%38.35
%23.09

CMYK Percentages of Color #bbba70

%0
%1
%40
%27

Triadic Colors of #bbba70

#bbba70 #70bbba #ba70bb

Analogous Colors of #bbba70

#bbba70 #97bb70 #bb9570

Monochromatic Colors of #bbba70

#bbba70

Complementary Color

#bbba70 #7071bb

#bbba70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba70 Color CSS Codes

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

#bbba70 Text Font Color

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

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


#bbba70 Background Color

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

This div background color is #bbba70


#bbba70 Border Color

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

This div border color is #bbba70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba70


Comments

No comments written yet.

Please login to write comment.