Color Hex Logo

#bbb458 Color Hex

#BBB458
(187,180,88)
0 Favorites   0 Comments

Color spaces of #bbb458

RGB 18718088
HSL0.150.420.54
HSV56°53°73°
CMYK 0.000.040.53   0.27
XYZ38.576243.911915.6752
Yxy43.91190.39300.4473
Hunter Lab66.2661-12.053432.3612
CIE-Lab72.1696-9.846447.1957

#bbb458 color RGB value is (187,180,88).

#bbb458 hex color red value is 187, green value is 180 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bbb458 hue: 0.15 , saturation: 0.42 and the lightness value of bbb458 is 0.54.

The process color (four color CMYK) of #bbb458 color hex is 0.00, 0.04, 0.53, 0.27. Web safe color of #bbb458 is #cccc66. Color #bbb458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 01011000
Octal 273 264 130
Decimal 187 180 88
Hex BB B4 58

RGB Percentages of Color #bbb458

%41.10
%39.56
%19.34

CMYK Percentages of Color #bbb458

%0
%4
%53
%27

Triadic Colors of #bbb458

#bbb458 #58bbb4 #b458bb

Analogous Colors of #bbb458

#bbb458 #91bb58 #bb8358

Monochromatic Colors of #bbb458

#bbb458

Complementary Color

#bbb458 #585fbb

#bbb458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb458 Color CSS Codes

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

#bbb458 Text Font Color

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

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


#bbb458 Background Color

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

This div background color is #bbb458


#bbb458 Border Color

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

This div border color is #bbb458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb458


Comments

No comments written yet.

Please login to write comment.