Color Hex Logo

#bbf480 Color Hex

#BBF480
(187,244,128)
0 Favorites   0 Comments

Color spaces of #bbf480

RGB 187244128
HSL0.250.840.73
HSV89°48°96°
CMYK 0.230.000.48   0.04
XYZ56.740576.824732.2602
Yxy76.82470.34220.4633
Hunter Lab87.6497-37.834139.5326
CIE-Lab90.2409-36.928849.8425

#bbf480 color RGB value is (187,244,128).

#bbf480 hex color red value is 187, green value is 244 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbf480 hue: 0.25 , saturation: 0.84 and the lightness value of bbf480 is 0.73.

The process color (four color CMYK) of #bbf480 color hex is 0.23, 0.00, 0.48, 0.04. Web safe color of #bbf480 is #ccff99. Color #bbf480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 10000000
Octal 273 364 200
Decimal 187 244 128
Hex BB F4 80

RGB Percentages of Color #bbf480

%33.45
%43.65
%22.90

CMYK Percentages of Color #bbf480

%23
%0
%48
%4

Triadic Colors of #bbf480

#bbf480 #80bbf4 #f480bb

Analogous Colors of #bbf480

#bbf480 #81f480 #f4f380

Monochromatic Colors of #bbf480

#bbf480

Complementary Color

#bbf480 #b980f4

#bbf480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf480 Color CSS Codes

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

#bbf480 Text Font Color

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

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


#bbf480 Background Color

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

This div background color is #bbf480


#bbf480 Border Color

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

This div border color is #bbf480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf480


Comments

No comments written yet.

Please login to write comment.