Color Hex Logo

#bbe11d Color Hex

#BBE11D
(187,225,29)
0 Favorites   0 Comments

Color spaces of #bbe11d

RGB 18722529
HSL0.200.770.50
HSV72°87°88°
CMYK 0.170.000.87   0.12
XYZ47.640564.503911.1020
Yxy64.50390.38650.5234
Hunter Lab80.3143-34.668248.0243
CIE-Lab84.2274-34.839279.3708

#bbe11d color RGB value is (187,225,29).

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

The process color (four color CMYK) of #bbe11d color hex is 0.17, 0.00, 0.87, 0.12. Web safe color of #bbe11d is #cccc33. Color #bbe11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00011101
Octal 273 341 35
Decimal 187 225 29
Hex BB E1 1D

RGB Percentages of Color #bbe11d

%42.40
%51.02
%6.58

CMYK Percentages of Color #bbe11d

%17
%0
%87
%12

Triadic Colors of #bbe11d

#bbe11d #1dbbe1 #e11dbb

Analogous Colors of #bbe11d

#bbe11d #59e11d #e1a51d

Monochromatic Colors of #bbe11d

#bbe11d

Complementary Color

#bbe11d #431de1

#bbe11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe11d Color CSS Codes

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

#bbe11d Text Font Color

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

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


#bbe11d Background Color

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

This div background color is #bbe11d


#bbe11d Border Color

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

This div border color is #bbe11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe11d


Comments

No comments written yet.

Please login to write comment.