Color Hex Logo

#bbed21 Color Hex

#BBED21
(187,237,33)
0 Favorites   0 Comments

Color spaces of #bbed21

RGB 18723733
HSL0.210.850.53
HSV75°86°93°
CMYK 0.210.000.86   0.07
XYZ51.052271.243012.4994
Yxy71.24300.37870.5285
Hunter Lab84.4056-39.745150.3038
CIE-Lab87.6029-40.125481.4242

#bbed21 color RGB value is (187,237,33).

#bbed21 hex color red value is 187, green value is 237 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbed21 hue: 0.21 , saturation: 0.85 and the lightness value of bbed21 is 0.53.

The process color (four color CMYK) of #bbed21 color hex is 0.21, 0.00, 0.86, 0.07. Web safe color of #bbed21 is #ccff33. Color #bbed21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 00100001
Octal 273 355 41
Decimal 187 237 33
Hex BB ED 21

RGB Percentages of Color #bbed21

%40.92
%51.86
%7.22

CMYK Percentages of Color #bbed21

%21
%0
%86
%7

Triadic Colors of #bbed21

#bbed21 #21bbed #ed21bb

Analogous Colors of #bbed21

#bbed21 #55ed21 #edb921

Monochromatic Colors of #bbed21

#bbed21

Complementary Color

#bbed21 #5321ed

#bbed21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed21 Color CSS Codes

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

#bbed21 Text Font Color

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

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


#bbed21 Background Color

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

This div background color is #bbed21


#bbed21 Border Color

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

This div border color is #bbed21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,237,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 #bbed21">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed21


Comments

No comments written yet.

Please login to write comment.