Color Hex Logo

#bbd880 Color Hex

#BBD880
(187,216,128)
0 Favorites   0 Comments

Color spaces of #bbd880

RGB 187216128
HSL0.220.530.67
HSV80°41°85°
CMYK 0.130.000.41   0.15
XYZ48.945761.235029.6619
Yxy61.23500.35000.4379
Hunter Lab78.2528-25.293932.3029
CIE-Lab82.5049-23.820040.1849

#bbd880 color RGB value is (187,216,128).

#bbd880 hex color red value is 187, green value is 216 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbd880 hue: 0.22 , saturation: 0.53 and the lightness value of bbd880 is 0.67.

The process color (four color CMYK) of #bbd880 color hex is 0.13, 0.00, 0.41, 0.15. Web safe color of #bbd880 is #cccc99. Color #bbd880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 10000000
Octal 273 330 200
Decimal 187 216 128
Hex BB D8 80

RGB Percentages of Color #bbd880

%35.22
%40.68
%24.11

CMYK Percentages of Color #bbd880

%13
%0
%41
%15

Triadic Colors of #bbd880

#bbd880 #80bbd8 #d880bb

Analogous Colors of #bbd880

#bbd880 #8fd880 #d8c980

Monochromatic Colors of #bbd880

#bbd880

Complementary Color

#bbd880 #9d80d8

#bbd880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd880 Color CSS Codes

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

#bbd880 Text Font Color

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

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


#bbd880 Background Color

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

This div background color is #bbd880


#bbd880 Border Color

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

This div border color is #bbd880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd880

#bbd880 Color Palettes


Comments

No comments written yet.

Please login to write comment.