Color Hex Logo

#bbbf1d Color Hex

#BBBF1D
(187,191,29)
0 Favorites   0 Comments

Color spaces of #bbbf1d

RGB 18719129
HSL0.170.740.43
HSV61°85°75°
CMYK 0.020.000.85   0.25
XYZ39.346147.91518.3372
Yxy47.91510.41160.5012
Hunter Lab69.2207-19.674241.3134
CIE-Lab74.7713-18.614471.5745

#bbbf1d color RGB value is (187,191,29).

#bbbf1d hex color red value is 187, green value is 191 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bbbf1d hue: 0.17 , saturation: 0.74 and the lightness value of bbbf1d is 0.43.

The process color (four color CMYK) of #bbbf1d color hex is 0.02, 0.00, 0.85, 0.25. Web safe color of #bbbf1d is #cccc33. Color #bbbf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00011101
Octal 273 277 35
Decimal 187 191 29
Hex BB BF 1D

RGB Percentages of Color #bbbf1d

%45.95
%46.93
%7.13

CMYK Percentages of Color #bbbf1d

%2
%0
%85
%25

Triadic Colors of #bbbf1d

#bbbf1d #1dbbbf #bf1dbb

Analogous Colors of #bbbf1d

#bbbf1d #6abf1d #bf721d

Monochromatic Colors of #bbbf1d

#bbbf1d

Complementary Color

#bbbf1d #211dbf

#bbbf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf1d Color CSS Codes

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

#bbbf1d Text Font Color

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

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


#bbbf1d Background Color

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

This div background color is #bbbf1d


#bbbf1d Border Color

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

This div border color is #bbbf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf1d


Comments

No comments written yet.

Please login to write comment.