Color Hex Logo

#bbd824 Color Hex

#BBD824
(187,216,36)
0 Favorites   0 Comments

Color spaces of #bbd824

RGB 18721636
HSL0.190.710.49
HSV70°83°85°
CMYK 0.130.000.83   0.15
XYZ45.367859.803910.8212
Yxy59.80390.39110.5156
Hunter Lab77.3330-30.614845.8366
CIE-Lab81.7315-30.499775.8619

#bbd824 color RGB value is (187,216,36).

#bbd824 hex color red value is 187, green value is 216 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bbd824 hue: 0.19 , saturation: 0.71 and the lightness value of bbd824 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 00100100
Octal 273 330 44
Decimal 187 216 36
Hex BB D8 24

RGB Percentages of Color #bbd824

%42.60
%49.20
%8.20

CMYK Percentages of Color #bbd824

%13
%0
%83
%15

Triadic Colors of #bbd824

#bbd824 #24bbd8 #d824bb

Analogous Colors of #bbd824

#bbd824 #61d824 #d89b24

Monochromatic Colors of #bbd824

#bbd824

Complementary Color

#bbd824 #4124d8

#bbd824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd824 Color CSS Codes

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

#bbd824 Text Font Color

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

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


#bbd824 Background Color

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

This div background color is #bbd824


#bbd824 Border Color

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

This div border color is #bbd824


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,216,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 #bbd824">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd824


Comments

No comments written yet.

Please login to write comment.