Color Hex Logo

#bbd31d Color Hex

#BBD31D
(187,211,29)
0 Favorites   0 Comments

Color spaces of #bbd31d

RGB 18721129
HSL0.190.760.47
HSV68°86°83°
CMYK 0.110.000.86   0.17
XYZ44.009657.24209.8917
Yxy57.24200.39600.5150
Hunter Lab75.6584-28.571045.2092
CIE-Lab80.3155-28.335476.1528

#bbd31d color RGB value is (187,211,29).

#bbd31d hex color red value is 187, green value is 211 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bbd31d hue: 0.19 , saturation: 0.76 and the lightness value of bbd31d is 0.47.

The process color (four color CMYK) of #bbd31d color hex is 0.11, 0.00, 0.86, 0.17. Web safe color of #bbd31d is #cccc33. Color #bbd31d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00011101
Octal 273 323 35
Decimal 187 211 29
Hex BB D3 1D

RGB Percentages of Color #bbd31d

%43.79
%49.41
%6.79

CMYK Percentages of Color #bbd31d

%11
%0
%86
%17

Triadic Colors of #bbd31d

#bbd31d #1dbbd3 #d31dbb

Analogous Colors of #bbd31d

#bbd31d #60d31d #d3901d

Monochromatic Colors of #bbd31d

#bbd31d

Complementary Color

#bbd31d #351dd3

#bbd31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd31d Color CSS Codes

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

#bbd31d Text Font Color

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

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


#bbd31d Background Color

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

This div background color is #bbd31d


#bbd31d Border Color

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

This div border color is #bbd31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd31d


Comments

No comments written yet.

Please login to write comment.