Color Hex Logo

#bbad10 Color Hex

#BBAD10
(187,173,16)
0 Favorites   0 Comments

Color spaces of #bbad10

RGB 18717316
HSL0.150.840.40
HSV55°91°73°
CMYK 0.000.070.91   0.27
XYZ35.530640.48936.4328
Yxy40.48930.43090.4911
Hunter Lab63.6312-11.683238.5479
CIE-Lab69.8166-9.715070.0646

#bbad10 color RGB value is (187,173,16).

#bbad10 hex color red value is 187, green value is 173 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bbad10 hue: 0.15 , saturation: 0.84 and the lightness value of bbad10 is 0.40.

The process color (four color CMYK) of #bbad10 color hex is 0.00, 0.07, 0.91, 0.27. Web safe color of #bbad10 is #cc9900. Color #bbad10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00010000
Octal 273 255 20
Decimal 187 173 16
Hex BB AD 10

RGB Percentages of Color #bbad10

%49.73
%46.01
%4.26

CMYK Percentages of Color #bbad10

%0
%7
%91
%27

Triadic Colors of #bbad10

#bbad10 #10bbad #ad10bb

Analogous Colors of #bbad10

#bbad10 #74bb10 #bb5810

Monochromatic Colors of #bbad10

#bbad10

Complementary Color

#bbad10 #101ebb

#bbad10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad10 Color CSS Codes

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

#bbad10 Text Font Color

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

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


#bbad10 Background Color

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

This div background color is #bbad10


#bbad10 Border Color

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

This div border color is #bbad10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad10


Comments

No comments written yet.

Please login to write comment.