Color Hex Logo

#bbaf0f Color Hex

#BBAF0F
(187,175,15)
0 Favorites   0 Comments

Color spaces of #bbaf0f

RGB 18717515
HSL0.160.850.40
HSV56°92°73°
CMYK 0.000.060.92   0.27
XYZ35.909741.25926.5231
Yxy41.25920.42910.4930
Hunter Lab64.2333-12.617738.9422
CIE-Lab70.3571-10.768370.6338

#bbaf0f color RGB value is (187,175,15).

#bbaf0f hex color red value is 187, green value is 175 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbaf0f hue: 0.16 , saturation: 0.85 and the lightness value of bbaf0f is 0.40.

The process color (four color CMYK) of #bbaf0f color hex is 0.00, 0.06, 0.92, 0.27. Web safe color of #bbaf0f is #cc9900. Color #bbaf0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 00001111
Octal 273 257 17
Decimal 187 175 15
Hex BB AF F

RGB Percentages of Color #bbaf0f

%49.60
%46.42
%3.98

CMYK Percentages of Color #bbaf0f

%0
%6
%92
%27

Triadic Colors of #bbaf0f

#bbaf0f #0fbbaf #af0fbb

Analogous Colors of #bbaf0f

#bbaf0f #71bb0f #bb590f

Monochromatic Colors of #bbaf0f

#bbaf0f

Complementary Color

#bbaf0f #0f1bbb

#bbaf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf0f Color CSS Codes

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

#bbaf0f Text Font Color

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

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


#bbaf0f Background Color

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

This div background color is #bbaf0f


#bbaf0f Border Color

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

This div border color is #bbaf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf0f


Comments

No comments written yet.

Please login to write comment.