Color Hex Logo

#bbdd91 Color Hex

#BBDD91
(187,221,145)
0 Favorites   0 Comments

Color spaces of #bbdd91

RGB 187221145
HSL0.240.530.72
HSV87°34°87°
CMYK 0.150.000.34   0.13
XYZ51.460864.322036.4912
Yxy64.32200.33790.4224
Hunter Lab80.2010-25.817629.1639
CIE-Lab84.1331-24.087933.7208

#bbdd91 color RGB value is (187,221,145).

#bbdd91 hex color red value is 187, green value is 221 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bbdd91 hue: 0.24 , saturation: 0.53 and the lightness value of bbdd91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10010001
Octal 273 335 221
Decimal 187 221 145
Hex BB DD 91

RGB Percentages of Color #bbdd91

%33.82
%39.96
%26.22

CMYK Percentages of Color #bbdd91

%15
%0
%34
%13

Triadic Colors of #bbdd91

#bbdd91 #91bbdd #dd91bb

Analogous Colors of #bbdd91

#bbdd91 #95dd91 #ddd991

Monochromatic Colors of #bbdd91

#bbdd91

Complementary Color

#bbdd91 #b391dd

#bbdd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd91 Color CSS Codes

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

#bbdd91 Text Font Color

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

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


#bbdd91 Background Color

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

This div background color is #bbdd91


#bbdd91 Border Color

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

This div border color is #bbdd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd91


Comments

No comments written yet.

Please login to write comment.