Color Hex Logo

#bbae26 Color Hex

#BBAE26
(187,174,38)
0 Favorites   0 Comments

Color spaces of #bbae26

RGB 18717438
HSL0.150.660.44
HSV55°80°73°
CMYK 0.000.070.80   0.27
XYZ35.979440.97687.8467
Yxy40.97680.42430.4832
Hunter Lab64.0131-11.694737.5414
CIE-Lab70.1597-9.683465.3226

#bbae26 color RGB value is (187,174,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00100110
Octal 273 256 46
Decimal 187 174 38
Hex BB AE 26

RGB Percentages of Color #bbae26

%46.87
%43.61
%9.52

CMYK Percentages of Color #bbae26

%0
%7
%80
%27

Triadic Colors of #bbae26

#bbae26 #26bbae #ae26bb

Analogous Colors of #bbae26

#bbae26 #7ebb26 #bb6426

Monochromatic Colors of #bbae26

#bbae26

Complementary Color

#bbae26 #2633bb

#bbae26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae26 Color CSS Codes

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

#bbae26 Text Font Color

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

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


#bbae26 Background Color

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

This div background color is #bbae26


#bbae26 Border Color

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

This div border color is #bbae26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,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 #bbae26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae26


Comments

No comments written yet.

Please login to write comment.