Color Hex Logo

#bbd029 Color Hex

#BBD029
(187,208,41)
0 Favorites   0 Comments

Color spaces of #bbd029

RGB 18720841
HSL0.190.670.49
HSV68°80°82°
CMYK 0.100.000.80   0.18
XYZ43.449655.836610.5853
Yxy55.83660.39550.5082
Hunter Lab74.7239-26.974743.9078
CIE-Lab79.5207-26.557372.7284

#bbd029 color RGB value is (187,208,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00101001
Octal 273 320 51
Decimal 187 208 41
Hex BB D0 29

RGB Percentages of Color #bbd029

%42.89
%47.71
%9.40

CMYK Percentages of Color #bbd029

%10
%0
%80
%18

Triadic Colors of #bbd029

#bbd029 #29bbd0 #d029bb

Analogous Colors of #bbd029

#bbd029 #68d029 #d09229

Monochromatic Colors of #bbd029

#bbd029

Complementary Color

#bbd029 #3e29d0

#bbd029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd029 Color CSS Codes

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

#bbd029 Text Font Color

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

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


#bbd029 Background Color

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

This div background color is #bbd029


#bbd029 Border Color

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

This div border color is #bbd029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd029


Comments

No comments written yet.

Please login to write comment.