Color Hex Logo

#bbd133 Color Hex

#BBD133
(187,209,51)
0 Favorites   0 Comments

Color spaces of #bbd133

RGB 18720951
HSL0.190.630.51
HSV68°76°82°
CMYK 0.110.000.76   0.18
XYZ43.891556.404711.7058
Yxy56.40470.39190.5036
Hunter Lab75.1031-27.111943.3310
CIE-Lab79.8436-26.647670.1483

#bbd133 color RGB value is (187,209,51).

#bbd133 hex color red value is 187, green value is 209 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bbd133 hue: 0.19 , saturation: 0.63 and the lightness value of bbd133 is 0.51.

The process color (four color CMYK) of #bbd133 color hex is 0.11, 0.00, 0.76, 0.18. Web safe color of #bbd133 is #cccc33. Color #bbd133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00110011
Octal 273 321 63
Decimal 187 209 51
Hex BB D1 33

RGB Percentages of Color #bbd133

%41.83
%46.76
%11.41

CMYK Percentages of Color #bbd133

%11
%0
%76
%18

Triadic Colors of #bbd133

#bbd133 #33bbd1 #d133bb

Analogous Colors of #bbd133

#bbd133 #6cd133 #d19833

Monochromatic Colors of #bbd133

#bbd133

Complementary Color

#bbd133 #4933d1

#bbd133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd133 Color CSS Codes

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

#bbd133 Text Font Color

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

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


#bbd133 Background Color

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

This div background color is #bbd133


#bbd133 Border Color

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

This div border color is #bbd133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd133


Comments

No comments written yet.

Please login to write comment.