Color Hex Logo

#bbdf80 Color Hex

#BBDF80
(187,223,128)
0 Favorites   0 Comments

Color spaces of #bbdf80

RGB 187223128
HSL0.230.600.69
HSV83°43°87°
CMYK 0.160.000.43   0.13
XYZ50.777564.898730.2725
Yxy64.89870.34790.4447
Hunter Lab80.5597-28.469434.1120
CIE-Lab84.4315-27.185842.6230

#bbdf80 color RGB value is (187,223,128).

#bbdf80 hex color red value is 187, green value is 223 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbdf80 hue: 0.23 , saturation: 0.60 and the lightness value of bbdf80 is 0.69.

The process color (four color CMYK) of #bbdf80 color hex is 0.16, 0.00, 0.43, 0.13. Web safe color of #bbdf80 is #cccc99. Color #bbdf80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10000000
Octal 273 337 200
Decimal 187 223 128
Hex BB DF 80

RGB Percentages of Color #bbdf80

%34.76
%41.45
%23.79

CMYK Percentages of Color #bbdf80

%16
%0
%43
%13

Triadic Colors of #bbdf80

#bbdf80 #80bbdf #df80bb

Analogous Colors of #bbdf80

#bbdf80 #8cdf80 #dfd480

Monochromatic Colors of #bbdf80

#bbdf80

Complementary Color

#bbdf80 #a480df

#bbdf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf80 Color CSS Codes

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

#bbdf80 Text Font Color

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

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


#bbdf80 Background Color

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

This div background color is #bbdf80


#bbdf80 Border Color

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

This div border color is #bbdf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf80


Comments

No comments written yet.

Please login to write comment.