Color Hex Logo

#bbe018 Color Hex

#BBE018
(187,224,24)
0 Favorites   0 Comments

Color spaces of #bbe018

RGB 18722424
HSL0.200.810.49
HSV71°89°88°
CMYK 0.170.000.89   0.12
XYZ47.314063.942110.7125
Yxy63.94210.38790.5243
Hunter Lab79.9638-34.319548.0318
CIE-Lab83.9356-34.490779.9733

#bbe018 color RGB value is (187,224,24).

#bbe018 hex color red value is 187, green value is 224 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bbe018 hue: 0.20 , saturation: 0.81 and the lightness value of bbe018 is 0.49.

The process color (four color CMYK) of #bbe018 color hex is 0.17, 0.00, 0.89, 0.12. Web safe color of #bbe018 is #cccc00. Color #bbe018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 00011000
Octal 273 340 30
Decimal 187 224 24
Hex BB E0 18

RGB Percentages of Color #bbe018

%42.99
%51.49
%5.52

CMYK Percentages of Color #bbe018

%17
%0
%89
%12

Triadic Colors of #bbe018

#bbe018 #18bbe0 #e018bb

Analogous Colors of #bbe018

#bbe018 #57e018 #e0a118

Monochromatic Colors of #bbe018

#bbe018

Complementary Color

#bbe018 #3d18e0

#bbe018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe018 Color CSS Codes

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

#bbe018 Text Font Color

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

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


#bbe018 Background Color

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

This div background color is #bbe018


#bbe018 Border Color

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

This div border color is #bbe018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe018


Comments

No comments written yet.

Please login to write comment.