Color Hex Logo

#bbd818 Color Hex

#BBD818
(187,216,24)
0 Favorites   0 Comments

Color spaces of #bbd818

RGB 18721624
HSL0.190.800.47
HSV69°89°85°
CMYK 0.130.000.89   0.15
XYZ45.214359.742510.0126
Yxy59.74250.39330.5196
Hunter Lab77.2933-30.846046.4248
CIE-Lab81.6980-30.796778.1717

#bbd818 color RGB value is (187,216,24).

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

The process color (four color CMYK) of #bbd818 color hex is 0.13, 0.00, 0.89, 0.15. Web safe color of #bbd818 is #cccc00. Color #bbd818 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 00011000
Octal 273 330 30
Decimal 187 216 24
Hex BB D8 18

RGB Percentages of Color #bbd818

%43.79
%50.59
%5.62

CMYK Percentages of Color #bbd818

%13
%0
%89
%15

Triadic Colors of #bbd818

#bbd818 #18bbd8 #d818bb

Analogous Colors of #bbd818

#bbd818 #5bd818 #d89518

Monochromatic Colors of #bbd818

#bbd818

Complementary Color

#bbd818 #3518d8

#bbd818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd818 Color CSS Codes

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

#bbd818 Text Font Color

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

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


#bbd818 Background Color

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

This div background color is #bbd818


#bbd818 Border Color

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

This div border color is #bbd818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd818


Comments

No comments written yet.

Please login to write comment.