Color Hex Logo

#bbff7d Color Hex

#BBFF7D
(187,255,125)
0 Favorites   0 Comments

Color spaces of #bbff7d

RGB 187255125
HSL0.251.000.75
HSV91°51°100°
CMYK 0.270.000.51   0.00
XYZ59.955283.565532.3718
Yxy83.56550.34090.4751
Hunter Lab91.4142-42.903242.9940
CIE-Lab93.2615-42.143354.8969

#bbff7d color RGB value is (187,255,125).

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

The process color (four color CMYK) of #bbff7d color hex is 0.27, 0.00, 0.51, 0.00. Web safe color of #bbff7d is #ccff66. Color #bbff7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 01111101
Octal 273 377 175
Decimal 187 255 125
Hex BB FF 7D

RGB Percentages of Color #bbff7d

%32.98
%44.97
%22.05

CMYK Percentages of Color #bbff7d

%27
%0
%51
%0

Triadic Colors of #bbff7d

#bbff7d #7dbbff #ff7dbb

Analogous Colors of #bbff7d

#bbff7d #7dff80 #fcff7d

Monochromatic Colors of #bbff7d

#bbff7d

Complementary Color

#bbff7d #c17dff

#bbff7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff7d Color CSS Codes

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

#bbff7d Text Font Color

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

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


#bbff7d Background Color

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

This div background color is #bbff7d


#bbff7d Border Color

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

This div border color is #bbff7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff7d


Comments

No comments written yet.

Please login to write comment.