Color Hex Logo

#bbbe2d Color Hex

#BBBE2D
(187,190,45)
0 Favorites   0 Comments

Color spaces of #bbbe2d

RGB 18719045
HSL0.170.620.46
HSV61°76°75°
CMYK 0.020.000.76   0.25
XYZ39.380647.58129.5911
Yxy47.58120.40790.4928
Hunter Lab68.9791-18.806740.0415
CIE-Lab74.5600-17.594667.1497

#bbbe2d color RGB value is (187,190,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 00101101
Octal 273 276 55
Decimal 187 190 45
Hex BB BE 2D

RGB Percentages of Color #bbbe2d

%44.31
%45.02
%10.66

CMYK Percentages of Color #bbbe2d

%2
%0
%76
%25

Triadic Colors of #bbbe2d

#bbbe2d #2dbbbe #be2dbb

Analogous Colors of #bbbe2d

#bbbe2d #73be2d #be792d

Monochromatic Colors of #bbbe2d

#bbbe2d

Complementary Color

#bbbe2d #302dbe

#bbbe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe2d Color CSS Codes

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

#bbbe2d Text Font Color

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

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


#bbbe2d Background Color

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

This div background color is #bbbe2d


#bbbe2d Border Color

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

This div border color is #bbbe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe2d


Comments

No comments written yet.

Please login to write comment.