Color Hex Logo

#bbad26 Color Hex

#BBAD26
(187,173,38)
0 Favorites   0 Comments

Color spaces of #bbad26

RGB 18717338
HSL0.150.660.44
HSV54°80°73°
CMYK 0.000.070.80   0.27
XYZ35.786940.59197.7826
Yxy40.59190.42520.4823
Hunter Lab63.7118-11.232237.3558
CIE-Lab69.8890-9.163265.0833

#bbad26 color RGB value is (187,173,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00100110
Octal 273 255 46
Decimal 187 173 38
Hex BB AD 26

RGB Percentages of Color #bbad26

%46.98
%43.47
%9.55

CMYK Percentages of Color #bbad26

%0
%7
%80
%27

Triadic Colors of #bbad26

#bbad26 #26bbad #ad26bb

Analogous Colors of #bbad26

#bbad26 #7fbb26 #bb6326

Monochromatic Colors of #bbad26

#bbad26

Complementary Color

#bbad26 #2634bb

#bbad26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad26 Color CSS Codes

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

#bbad26 Text Font Color

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

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


#bbad26 Background Color

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

This div background color is #bbad26


#bbad26 Border Color

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

This div border color is #bbad26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad26


Comments

No comments written yet.

Please login to write comment.