Color Hex Logo

#bbdd86 Color Hex

#BBDD86
(187,221,134)
0 Favorites   0 Comments

Color spaces of #bbdd86

RGB 187221134
HSL0.230.560.70
HSV83°39°87°
CMYK 0.150.000.39   0.13
XYZ50.653063.998932.2376
Yxy63.99890.34480.4357
Hunter Lab79.9993-26.978332.1072
CIE-Lab83.9652-25.507639.0536

#bbdd86 color RGB value is (187,221,134).

#bbdd86 hex color red value is 187, green value is 221 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbdd86 hue: 0.23 , saturation: 0.56 and the lightness value of bbdd86 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10000110
Octal 273 335 206
Decimal 187 221 134
Hex BB DD 86

RGB Percentages of Color #bbdd86

%34.50
%40.77
%24.72

CMYK Percentages of Color #bbdd86

%15
%0
%39
%13

Triadic Colors of #bbdd86

#bbdd86 #86bbdd #dd86bb

Analogous Colors of #bbdd86

#bbdd86 #90dd86 #ddd486

Monochromatic Colors of #bbdd86

#bbdd86

Complementary Color

#bbdd86 #a886dd

#bbdd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd86 Color CSS Codes

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

#bbdd86 Text Font Color

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

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


#bbdd86 Background Color

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

This div background color is #bbdd86


#bbdd86 Border Color

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

This div border color is #bbdd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd86


Comments

No comments written yet.

Please login to write comment.