Color Hex Logo

#bbf018 Color Hex

#BBF018
(187,240,24)
0 Favorites   0 Comments

Color spaces of #bbf018

RGB 18724024
HSL0.210.880.52
HSV75°90°94°
CMYK 0.220.000.90   0.06
XYZ51.818572.950912.2140
Yxy72.95090.37830.5326
Hunter Lab85.4113-41.174951.3093
CIE-Lab88.4243-41.642383.5859

#bbf018 color RGB value is (187,240,24).

#bbf018 hex color red value is 187, green value is 240 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bbf018 hue: 0.21 , saturation: 0.88 and the lightness value of bbf018 is 0.52.

The process color (four color CMYK) of #bbf018 color hex is 0.22, 0.00, 0.90, 0.06. Web safe color of #bbf018 is #ccff00. Color #bbf018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 00011000
Octal 273 360 30
Decimal 187 240 24
Hex BB F0 18

RGB Percentages of Color #bbf018

%41.46
%53.22
%5.32

CMYK Percentages of Color #bbf018

%22
%0
%90
%6

Triadic Colors of #bbf018

#bbf018 #18bbf0 #f018bb

Analogous Colors of #bbf018

#bbf018 #4ff018 #f0b918

Monochromatic Colors of #bbf018

#bbf018

Complementary Color

#bbf018 #4d18f0

#bbf018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf018 Color CSS Codes

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

#bbf018 Text Font Color

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

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


#bbf018 Background Color

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

This div background color is #bbf018


#bbf018 Border Color

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

This div border color is #bbf018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf018


Comments

No comments written yet.

Please login to write comment.