Color Hex Logo

#bbb025 Color Hex

#BBB025
(187,176,37)
0 Favorites   0 Comments

Color spaces of #bbb025

RGB 18717637
HSL0.150.670.44
HSV56°80°73°
CMYK 0.000.060.80   0.27
XYZ36.352841.74907.8926
Yxy41.74900.42270.4855
Hunter Lab64.6135-12.646037.9871
CIE-Lab70.6975-10.754866.0880

#bbb025 color RGB value is (187,176,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 00100101
Octal 273 260 45
Decimal 187 176 37
Hex BB B0 25

RGB Percentages of Color #bbb025

%46.75
%44.00
%9.25

CMYK Percentages of Color #bbb025

%0
%6
%80
%27

Triadic Colors of #bbb025

#bbb025 #25bbb0 #b025bb

Analogous Colors of #bbb025

#bbb025 #7bbb25 #bb6525

Monochromatic Colors of #bbb025

#bbb025

Complementary Color

#bbb025 #2530bb

#bbb025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb025 Color CSS Codes

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

#bbb025 Text Font Color

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

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


#bbb025 Background Color

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

This div background color is #bbb025


#bbb025 Border Color

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

This div border color is #bbb025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb025


Comments

No comments written yet.

Please login to write comment.