Color Hex Logo

#bbdd24 Color Hex

#BBDD24
(187,221,36)
0 Favorites   0 Comments

Color spaces of #bbdd24

RGB 18722136
HSL0.200.730.50
HSV71°84°87°
CMYK 0.150.000.84   0.13
XYZ46.668462.405111.2548
Yxy62.40510.38780.5186
Hunter Lab78.9969-32.793546.8507
CIE-Lab83.1284-32.821977.0491

#bbdd24 color RGB value is (187,221,36).

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

The process color (four color CMYK) of #bbdd24 color hex is 0.15, 0.00, 0.84, 0.13. Web safe color of #bbdd24 is #cccc33. Color #bbdd24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 00100100
Octal 273 335 44
Decimal 187 221 36
Hex BB DD 24

RGB Percentages of Color #bbdd24

%42.12
%49.77
%8.11

CMYK Percentages of Color #bbdd24

%15
%0
%84
%13

Triadic Colors of #bbdd24

#bbdd24 #24bbdd #dd24bb

Analogous Colors of #bbdd24

#bbdd24 #5edd24 #dda324

Monochromatic Colors of #bbdd24

#bbdd24

Complementary Color

#bbdd24 #4624dd

#bbdd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd24 Color CSS Codes

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

#bbdd24 Text Font Color

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

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


#bbdd24 Background Color

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

This div background color is #bbdd24


#bbdd24 Border Color

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

This div border color is #bbdd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd24


Comments

No comments written yet.

Please login to write comment.