Color Hex Logo

#bbba38 Color Hex

#BBBA38
(187,186,56)
0 Favorites   0 Comments

Color spaces of #bbba38

RGB 18718656
HSL0.170.540.48
HSV60°70°73°
CMYK 0.000.010.70   0.27
XYZ38.766245.968110.5709
Yxy45.96810.40680.4823
Hunter Lab67.7998-16.587838.2157
CIE-Lab73.5248-15.081362.4323

#bbba38 color RGB value is (187,186,56).

#bbba38 hex color red value is 187, green value is 186 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bbba38 hue: 0.17 , saturation: 0.54 and the lightness value of bbba38 is 0.48.

The process color (four color CMYK) of #bbba38 color hex is 0.00, 0.01, 0.70, 0.27. Web safe color of #bbba38 is #cccc33. Color #bbba38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00111000
Octal 273 272 70
Decimal 187 186 56
Hex BB BA 38

RGB Percentages of Color #bbba38

%43.59
%43.36
%13.05

CMYK Percentages of Color #bbba38

%0
%1
%70
%27

Triadic Colors of #bbba38

#bbba38 #38bbba #ba38bb

Analogous Colors of #bbba38

#bbba38 #7bbb38 #bb7938

Monochromatic Colors of #bbba38

#bbba38

Complementary Color

#bbba38 #3839bb

#bbba38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba38 Color CSS Codes

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

#bbba38 Text Font Color

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

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


#bbba38 Background Color

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

This div background color is #bbba38


#bbba38 Border Color

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

This div border color is #bbba38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba38


Comments

No comments written yet.

Please login to write comment.