Color Hex Logo

#bbdd7f Color Hex

#BBDD7F
(187,221,127)
0 Favorites   0 Comments

Color spaces of #bbdd7f

RGB 187221127
HSL0.230.580.68
HSV82°43°87°
CMYK 0.150.000.43   0.13
XYZ50.180763.810029.7504
Yxy63.81000.34910.4439
Hunter Lab79.8812-27.659833.8352
CIE-Lab83.8667-26.347242.4041

#bbdd7f color RGB value is (187,221,127).

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

The process color (four color CMYK) of #bbdd7f color hex is 0.15, 0.00, 0.43, 0.13. Web safe color of #bbdd7f is #cccc66. Color #bbdd7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01111111
Octal 273 335 177
Decimal 187 221 127
Hex BB DD 7F

RGB Percentages of Color #bbdd7f

%34.95
%41.31
%23.74

CMYK Percentages of Color #bbdd7f

%15
%0
%43
%13

Triadic Colors of #bbdd7f

#bbdd7f #7fbbdd #dd7fbb

Analogous Colors of #bbdd7f

#bbdd7f #8cdd7f #ddd07f

Monochromatic Colors of #bbdd7f

#bbdd7f

Complementary Color

#bbdd7f #a17fdd

#bbdd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd7f Color CSS Codes

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

#bbdd7f Text Font Color

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

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


#bbdd7f Background Color

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

This div background color is #bbdd7f


#bbdd7f Border Color

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

This div border color is #bbdd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd7f


Comments

No comments written yet.

Please login to write comment.