Color Hex Logo

#bbbf2d Color Hex

#BBBF2D
(187,191,45)
0 Favorites   0 Comments

Color spaces of #bbbf2d

RGB 18719145
HSL0.170.620.46
HSV62°76°75°
CMYK 0.020.000.76   0.25
XYZ39.598048.01599.6636
Yxy48.01590.40710.4936
Hunter Lab69.2935-19.259240.2369
CIE-Lab74.8350-18.095067.4001

#bbbf2d color RGB value is (187,191,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00101101
Octal 273 277 55
Decimal 187 191 45
Hex BB BF 2D

RGB Percentages of Color #bbbf2d

%44.21
%45.15
%10.64

CMYK Percentages of Color #bbbf2d

%2
%0
%76
%25

Triadic Colors of #bbbf2d

#bbbf2d #2dbbbf #bf2dbb

Analogous Colors of #bbbf2d

#bbbf2d #72bf2d #bf7a2d

Monochromatic Colors of #bbbf2d

#bbbf2d

Complementary Color

#bbbf2d #312dbf

#bbbf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf2d Color CSS Codes

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

#bbbf2d Text Font Color

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

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


#bbbf2d Background Color

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

This div background color is #bbbf2d


#bbbf2d Border Color

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

This div border color is #bbbf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf2d


Comments

No comments written yet.

Please login to write comment.