Color Hex Logo

#bbad58 Color Hex

#BBAD58
(187,173,88)
0 Favorites   0 Comments

Color spaces of #bbad58

RGB 18717388
HSL0.140.420.54
HSV52°53°73°
CMYK 0.000.070.53   0.27
XYZ37.198541.156515.2159
Yxy41.15650.39750.4398
Hunter Lab64.1533-8.767430.8449
CIE-Lab70.2854-6.185744.9811

#bbad58 color RGB value is (187,173,88).

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

The process color (four color CMYK) of #bbad58 color hex is 0.00, 0.07, 0.53, 0.27. Web safe color of #bbad58 is #cc9966. Color #bbad58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 01011000
Octal 273 255 130
Decimal 187 173 88
Hex BB AD 58

RGB Percentages of Color #bbad58

%41.74
%38.62
%19.64

CMYK Percentages of Color #bbad58

%0
%7
%53
%27

Triadic Colors of #bbad58

#bbad58 #58bbad #ad58bb

Analogous Colors of #bbad58

#bbad58 #98bb58 #bb7c58

Monochromatic Colors of #bbad58

#bbad58

Complementary Color

#bbad58 #5866bb

#bbad58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad58 Color CSS Codes

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

#bbad58 Text Font Color

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

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


#bbad58 Background Color

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

This div background color is #bbad58


#bbad58 Border Color

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

This div border color is #bbad58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,173,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 #bbad58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad58


Comments

No comments written yet.

Please login to write comment.