Color Hex Logo

#bbed31 Color Hex

#BBED31
(187,237,49)
0 Favorites   0 Comments

Color spaces of #bbed31

RGB 18723749
HSL0.210.840.56
HSV76°79°93°
CMYK 0.210.000.79   0.07
XYZ51.332171.354913.9731
Yxy71.35490.37560.5221
Hunter Lab84.4718-39.354349.3227
CIE-Lab87.6571-39.617677.8386

#bbed31 color RGB value is (187,237,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 00110001
Octal 273 355 61
Decimal 187 237 49
Hex BB ED 31

RGB Percentages of Color #bbed31

%39.53
%50.11
%10.36

CMYK Percentages of Color #bbed31

%21
%0
%79
%7

Triadic Colors of #bbed31

#bbed31 #31bbed #ed31bb

Analogous Colors of #bbed31

#bbed31 #5ded31 #edc131

Monochromatic Colors of #bbed31

#bbed31

Complementary Color

#bbed31 #6331ed

#bbed31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed31 Color CSS Codes

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

#bbed31 Text Font Color

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

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


#bbed31 Background Color

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

This div background color is #bbed31


#bbed31 Border Color

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

This div border color is #bbed31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed31


Comments

No comments written yet.

Please login to write comment.