Color Hex Logo

#bbad27 Color Hex

#BBAD27
(187,173,39)
0 Favorites   0 Comments

Color spaces of #bbad27

RGB 18717339
HSL0.150.650.44
HSV54°79°73°
CMYK 0.000.070.79   0.27
XYZ35.803340.59847.8687
Yxy40.59840.42490.4818
Hunter Lab63.7169-11.203237.2798
CIE-Lab69.8936-9.127864.7862

#bbad27 color RGB value is (187,173,39).

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

The process color (four color CMYK) of #bbad27 color hex is 0.00, 0.07, 0.79, 0.27. Web safe color of #bbad27 is #cc9933. Color #bbad27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00100111
Octal 273 255 47
Decimal 187 173 39
Hex BB AD 27

RGB Percentages of Color #bbad27

%46.87
%43.36
%9.77

CMYK Percentages of Color #bbad27

%0
%7
%79
%27

Triadic Colors of #bbad27

#bbad27 #27bbad #ad27bb

Analogous Colors of #bbad27

#bbad27 #7fbb27 #bb6327

Monochromatic Colors of #bbad27

#bbad27

Complementary Color

#bbad27 #2735bb

#bbad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad27 Color CSS Codes

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

#bbad27 Text Font Color

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

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


#bbad27 Background Color

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

This div background color is #bbad27


#bbad27 Border Color

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

This div border color is #bbad27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad27


Comments

No comments written yet.

Please login to write comment.