Color Hex Logo

#bbd87f Color Hex

#BBD87F
(187,216,127)
0 Favorites   0 Comments

Color spaces of #bbd87f

RGB 187216127
HSL0.220.530.67
HSV80°41°85°
CMYK 0.130.000.41   0.15
XYZ48.880161.208829.3169
Yxy61.20880.35060.4391
Hunter Lab78.2361-25.390432.5479
CIE-Lab82.4909-23.938540.6653

#bbd87f color RGB value is (187,216,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01111111
Octal 273 330 177
Decimal 187 216 127
Hex BB D8 7F

RGB Percentages of Color #bbd87f

%35.28
%40.75
%23.96

CMYK Percentages of Color #bbd87f

%13
%0
%41
%15

Triadic Colors of #bbd87f

#bbd87f #7fbbd8 #d87fbb

Analogous Colors of #bbd87f

#bbd87f #8fd87f #d8c97f

Monochromatic Colors of #bbd87f

#bbd87f

Complementary Color

#bbd87f #9c7fd8

#bbd87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd87f Color CSS Codes

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

#bbd87f Text Font Color

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

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


#bbd87f Background Color

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

This div background color is #bbd87f


#bbd87f Border Color

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

This div border color is #bbd87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd87f


Comments

No comments written yet.

Please login to write comment.