Color Hex Logo

#bbff48 Color Hex

#BBFF48
(187,255,72)
0 Favorites   0 Comments

Color spaces of #bbff48

RGB 18725572
HSL0.231.000.64
HSV82°72°100°
CMYK 0.270.000.72   0.00
XYZ57.423282.552719.0386
Yxy82.55270.36110.5192
Hunter Lab90.8585-46.189251.1773
CIE-Lab92.8183-46.356475.7800

#bbff48 color RGB value is (187,255,72).

#bbff48 hex color red value is 187, green value is 255 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bbff48 hue: 0.23 , saturation: 1.00 and the lightness value of bbff48 is 0.64.

The process color (four color CMYK) of #bbff48 color hex is 0.27, 0.00, 0.72, 0.00. Web safe color of #bbff48 is #ccff33. Color #bbff48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 01001000
Octal 273 377 110
Decimal 187 255 72
Hex BB FF 48

RGB Percentages of Color #bbff48

%36.38
%49.61
%14.01

CMYK Percentages of Color #bbff48

%27
%0
%72
%0

Triadic Colors of #bbff48

#bbff48 #48bbff #ff48bb

Analogous Colors of #bbff48

#bbff48 #60ff48 #ffe848

Monochromatic Colors of #bbff48

#bbff48

Complementary Color

#bbff48 #8c48ff

#bbff48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff48 Color CSS Codes

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

#bbff48 Text Font Color

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

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


#bbff48 Background Color

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

This div background color is #bbff48


#bbff48 Border Color

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

This div border color is #bbff48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff48

Related Colors


Comments

No comments written yet.

Please login to write comment.