Color Hex Logo

#bbb24f Color Hex

#BBB24F
(187,178,79)
0 Favorites   0 Comments

Color spaces of #bbb24f

RGB 18717879
HSL0.150.440.52
HSV55°58°73°
CMYK 0.000.050.58   0.27
XYZ37.825242.970113.6976
Yxy42.97010.40030.4547
Hunter Lab65.5516-11.715533.4969
CIE-Lab71.5347-9.527950.7087

#bbb24f color RGB value is (187,178,79).

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

The process color (four color CMYK) of #bbb24f color hex is 0.00, 0.05, 0.58, 0.27. Web safe color of #bbb24f is #cc9966. Color #bbb24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 01001111
Octal 273 262 117
Decimal 187 178 79
Hex BB B2 4F

RGB Percentages of Color #bbb24f

%42.12
%40.09
%17.79

CMYK Percentages of Color #bbb24f

%0
%5
%58
%27

Triadic Colors of #bbb24f

#bbb24f #4fbbb2 #b24fbb

Analogous Colors of #bbb24f

#bbb24f #8ebb4f #bb7c4f

Monochromatic Colors of #bbb24f

#bbb24f

Complementary Color

#bbb24f #4f58bb

#bbb24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb24f Color CSS Codes

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

#bbb24f Text Font Color

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

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


#bbb24f Background Color

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

This div background color is #bbb24f


#bbb24f Border Color

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

This div border color is #bbb24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb24f


Comments

No comments written yet.

Please login to write comment.