Color Hex Logo

#bbb817 Color Hex

#BBB817
(187,184,23)
0 Favorites   0 Comments

Color spaces of #bbb817

RGB 18718423
HSL0.160.780.41
HSV59°88°73°
CMYK 0.000.020.88   0.27
XYZ37.788744.90767.4870
Yxy44.90760.41900.4980
Hunter Lab67.0131-16.616840.2851
CIE-Lab72.8310-15.233971.2201

#bbb817 color RGB value is (187,184,23).

#bbb817 hex color red value is 187, green value is 184 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bbb817 hue: 0.16 , saturation: 0.78 and the lightness value of bbb817 is 0.41.

The process color (four color CMYK) of #bbb817 color hex is 0.00, 0.02, 0.88, 0.27. Web safe color of #bbb817 is #cccc00. Color #bbb817 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 00010111
Octal 273 270 27
Decimal 187 184 23
Hex BB B8 17

RGB Percentages of Color #bbb817

%47.46
%46.70
%5.84

CMYK Percentages of Color #bbb817

%0
%2
%88
%27

Triadic Colors of #bbb817

#bbb817 #17bbb8 #b817bb

Analogous Colors of #bbb817

#bbb817 #6cbb17 #bb6617

Monochromatic Colors of #bbb817

#bbb817

Complementary Color

#bbb817 #171abb

#bbb817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb817 Color CSS Codes

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

#bbb817 Text Font Color

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

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


#bbb817 Background Color

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

This div background color is #bbb817


#bbb817 Border Color

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

This div border color is #bbb817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb817


Comments

No comments written yet.

Please login to write comment.