Color Hex Logo

#bbae22 Color Hex

#BBAE22
(187,174,34)
0 Favorites   0 Comments

Color spaces of #bbae22

RGB 18717434
HSL0.150.690.43
HSV55°82°73°
CMYK 0.000.070.82   0.27
XYZ35.918340.95247.5249
Yxy40.95240.42560.4852
Hunter Lab63.9941-11.801937.8241
CIE-Lab70.1426-9.814666.4468

#bbae22 color RGB value is (187,174,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00100010
Octal 273 256 42
Decimal 187 174 34
Hex BB AE 22

RGB Percentages of Color #bbae22

%47.34
%44.05
%8.61

CMYK Percentages of Color #bbae22

%0
%7
%82
%27

Triadic Colors of #bbae22

#bbae22 #22bbae #ae22bb

Analogous Colors of #bbae22

#bbae22 #7cbb22 #bb6222

Monochromatic Colors of #bbae22

#bbae22

Complementary Color

#bbae22 #222fbb

#bbae22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae22 Color CSS Codes

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

#bbae22 Text Font Color

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

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


#bbae22 Background Color

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

This div background color is #bbae22


#bbae22 Border Color

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

This div border color is #bbae22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae22


Comments

No comments written yet.

Please login to write comment.