Color Hex Logo

#bbed11 Color Hex

#BBED11
(187,237,17)
0 Favorites   0 Comments

Color spaces of #bbed11

RGB 18723717
HSL0.200.870.50
HSV74°93°93°
CMYK 0.210.000.93   0.07
XYZ50.878971.173611.5866
Yxy71.17360.38070.5326
Hunter Lab84.3644-39.987250.9122
CIE-Lab87.5693-40.440883.7924

#bbed11 color RGB value is (187,237,17).

#bbed11 hex color red value is 187, green value is 237 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bbed11 hue: 0.20 , saturation: 0.87 and the lightness value of bbed11 is 0.50.

The process color (four color CMYK) of #bbed11 color hex is 0.21, 0.00, 0.93, 0.07. Web safe color of #bbed11 is #ccff00. Color #bbed11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 00010001
Octal 273 355 21
Decimal 187 237 17
Hex BB ED 11

RGB Percentages of Color #bbed11

%42.40
%53.74
%3.85

CMYK Percentages of Color #bbed11

%21
%0
%93
%7

Triadic Colors of #bbed11

#bbed11 #11bbed #ed11bb

Analogous Colors of #bbed11

#bbed11 #4ded11 #edb111

Monochromatic Colors of #bbed11

#bbed11

Complementary Color

#bbed11 #4311ed

#bbed11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed11 Color CSS Codes

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

#bbed11 Text Font Color

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

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


#bbed11 Background Color

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

This div background color is #bbed11


#bbed11 Border Color

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

This div border color is #bbed11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed11


Comments

No comments written yet.

Please login to write comment.