Color Hex Logo

#bbdd59 Color Hex

#BBDD59
(187,221,89)
0 Favorites   0 Comments

Color spaces of #bbdd59

RGB 18722189
HSL0.210.660.61
HSV75°60°87°
CMYK 0.150.000.60   0.13
XYZ48.153162.999019.0733
Yxy62.99900.36980.4838
Hunter Lab79.3719-30.609041.3128
CIE-Lab83.4419-30.033659.5458

#bbdd59 color RGB value is (187,221,89).

#bbdd59 hex color red value is 187, green value is 221 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bbdd59 hue: 0.21 , saturation: 0.66 and the lightness value of bbdd59 is 0.61.

The process color (four color CMYK) of #bbdd59 color hex is 0.15, 0.00, 0.60, 0.13. Web safe color of #bbdd59 is #cccc66. Color #bbdd59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01011001
Octal 273 335 131
Decimal 187 221 89
Hex BB DD 59

RGB Percentages of Color #bbdd59

%37.63
%44.47
%17.91

CMYK Percentages of Color #bbdd59

%15
%0
%60
%13

Triadic Colors of #bbdd59

#bbdd59 #59bbdd #dd59bb

Analogous Colors of #bbdd59

#bbdd59 #79dd59 #ddbd59

Monochromatic Colors of #bbdd59

#bbdd59

Complementary Color

#bbdd59 #7b59dd

#bbdd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd59 Color CSS Codes

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

#bbdd59 Text Font Color

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

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


#bbdd59 Background Color

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

This div background color is #bbdd59


#bbdd59 Border Color

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

This div border color is #bbdd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd59


Comments

No comments written yet.

Please login to write comment.