Color Hex Logo

#bbd02b Color Hex

#BBD02B
(187,208,43)
0 Favorites   0 Comments

Color spaces of #bbd02b

RGB 18720843
HSL0.190.660.49
HSV68°79°82°
CMYK 0.100.000.79   0.18
XYZ43.485455.851010.7739
Yxy55.85100.39490.5072
Hunter Lab74.7335-26.919443.7660
CIE-Lab79.5289-26.486972.1996

#bbd02b color RGB value is (187,208,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00101011
Octal 273 320 53
Decimal 187 208 43
Hex BB D0 2B

RGB Percentages of Color #bbd02b

%42.69
%47.49
%9.82

CMYK Percentages of Color #bbd02b

%10
%0
%79
%18

Triadic Colors of #bbd02b

#bbd02b #2bbbd0 #d02bbb

Analogous Colors of #bbd02b

#bbd02b #69d02b #d0932b

Monochromatic Colors of #bbd02b

#bbd02b

Complementary Color

#bbd02b #402bd0

#bbd02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd02b Color CSS Codes

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

#bbd02b Text Font Color

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

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


#bbd02b Background Color

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

This div background color is #bbd02b


#bbd02b Border Color

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

This div border color is #bbd02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd02b


Comments

No comments written yet.

Please login to write comment.