Color Hex Logo

#bbe421 Color Hex

#BBE421
(187,228,33)
0 Favorites   0 Comments

Color spaces of #bbe421

RGB 18722833
HSL0.200.780.51
HSV73°86°89°
CMYK 0.180.000.86   0.11
XYZ48.511466.161411.6525
Yxy66.16140.38400.5237
Hunter Lab81.3397-35.886148.4440
CIE-Lab85.0787-36.102779.3189

#bbe421 color RGB value is (187,228,33).

#bbe421 hex color red value is 187, green value is 228 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbe421 hue: 0.20 , saturation: 0.78 and the lightness value of bbe421 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 00100001
Octal 273 344 41
Decimal 187 228 33
Hex BB E4 21

RGB Percentages of Color #bbe421

%41.74
%50.89
%7.37

CMYK Percentages of Color #bbe421

%18
%0
%86
%11

Triadic Colors of #bbe421

#bbe421 #21bbe4 #e421bb

Analogous Colors of #bbe421

#bbe421 #5ae421 #e4ac21

Monochromatic Colors of #bbe421

#bbe421

Complementary Color

#bbe421 #4a21e4

#bbe421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe421 Color CSS Codes

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

#bbe421 Text Font Color

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

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


#bbe421 Background Color

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

This div background color is #bbe421


#bbe421 Border Color

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

This div border color is #bbe421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe421


Comments

No comments written yet.

Please login to write comment.