Color Hex Logo

#bbd21e Color Hex

#BBD21E
(187,210,30)
0 Favorites   0 Comments

Color spaces of #bbd21e

RGB 18721030
HSL0.190.750.47
HSV68°86°82°
CMYK 0.110.000.86   0.18
XYZ43.774556.75179.8753
Yxy56.75170.39650.5140
Hunter Lab75.3337-28.112244.9614
CIE-Lab80.0397-27.836775.7271

#bbd21e color RGB value is (187,210,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 00011110
Octal 273 322 36
Decimal 187 210 30
Hex BB D2 1E

RGB Percentages of Color #bbd21e

%43.79
%49.18
%7.03

CMYK Percentages of Color #bbd21e

%11
%0
%86
%18

Triadic Colors of #bbd21e

#bbd21e #1ebbd2 #d21ebb

Analogous Colors of #bbd21e

#bbd21e #61d21e #d28f1e

Monochromatic Colors of #bbd21e

#bbd21e

Complementary Color

#bbd21e #351ed2

#bbd21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd21e Color CSS Codes

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

#bbd21e Text Font Color

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

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


#bbd21e Background Color

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

This div background color is #bbd21e


#bbd21e Border Color

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

This div border color is #bbd21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd21e


Comments

No comments written yet.

Please login to write comment.