Color Hex Logo

#bbd033 Color Hex

#BBD033
(187,208,51)
0 Favorites   0 Comments

Color spaces of #bbd033

RGB 18720851
HSL0.190.630.51
HSV68°75°82°
CMYK 0.100.000.75   0.18
XYZ43.646955.915611.6243
Yxy55.91560.39260.5029
Hunter Lab74.7767-26.669543.1269
CIE-Lab79.5658-26.169269.8905

#bbd033 color RGB value is (187,208,51).

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

The process color (four color CMYK) of #bbd033 color hex is 0.10, 0.00, 0.75, 0.18. Web safe color of #bbd033 is #cccc33. Color #bbd033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00110011
Octal 273 320 63
Decimal 187 208 51
Hex BB D0 33

RGB Percentages of Color #bbd033

%41.93
%46.64
%11.43

CMYK Percentages of Color #bbd033

%10
%0
%75
%18

Triadic Colors of #bbd033

#bbd033 #33bbd0 #d033bb

Analogous Colors of #bbd033

#bbd033 #6dd033 #d09733

Monochromatic Colors of #bbd033

#bbd033

Complementary Color

#bbd033 #4833d0

#bbd033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd033 Color CSS Codes

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

#bbd033 Text Font Color

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

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


#bbd033 Background Color

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

This div background color is #bbd033


#bbd033 Border Color

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

This div border color is #bbd033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd033


Comments

No comments written yet.

Please login to write comment.