Color Hex Logo

#bbd21f Color Hex

#BBD21F
(187,210,31)
0 Favorites   0 Comments

Color spaces of #bbd21f

RGB 18721031
HSL0.190.740.47
HSV68°85°82°
CMYK 0.110.000.85   0.18
XYZ43.787456.75699.9437
Yxy56.75690.39630.5137
Hunter Lab75.3372-28.092544.9104
CIE-Lab80.0427-27.811475.5251

#bbd21f color RGB value is (187,210,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 00011111
Octal 273 322 37
Decimal 187 210 31
Hex BB D2 1F

RGB Percentages of Color #bbd21f

%43.69
%49.07
%7.24

CMYK Percentages of Color #bbd21f

%11
%0
%85
%18

Triadic Colors of #bbd21f

#bbd21f #1fbbd2 #d21fbb

Analogous Colors of #bbd21f

#bbd21f #61d21f #d2901f

Monochromatic Colors of #bbd21f

#bbd21f

Complementary Color

#bbd21f #361fd2

#bbd21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd21f Color CSS Codes

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

#bbd21f Text Font Color

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

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


#bbd21f Background Color

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

This div background color is #bbd21f


#bbd21f Border Color

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

This div border color is #bbd21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd21f


Comments

No comments written yet.

Please login to write comment.