Color Hex Logo

#bbde8f Color Hex

#BBDE8F
(187,222,143)
0 Favorites   0 Comments

Color spaces of #bbde8f

RGB 187222143
HSL0.240.540.72
HSV87°36°87°
CMYK 0.160.000.36   0.13
XYZ51.572764.790535.7743
Yxy64.79050.33900.4259
Hunter Lab80.4925-26.494529.9938
CIE-Lab84.3757-24.838135.0547

#bbde8f color RGB value is (187,222,143).

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

The process color (four color CMYK) of #bbde8f color hex is 0.16, 0.00, 0.36, 0.13. Web safe color of #bbde8f is #cccc99. Color #bbde8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10001111
Octal 273 336 217
Decimal 187 222 143
Hex BB DE 8F

RGB Percentages of Color #bbde8f

%33.88
%40.22
%25.91

CMYK Percentages of Color #bbde8f

%16
%0
%36
%13

Triadic Colors of #bbde8f

#bbde8f #8fbbde #de8fbb

Analogous Colors of #bbde8f

#bbde8f #94de8f #deda8f

Monochromatic Colors of #bbde8f

#bbde8f

Complementary Color

#bbde8f #b28fde

#bbde8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde8f Color CSS Codes

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

#bbde8f Text Font Color

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

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


#bbde8f Background Color

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

This div background color is #bbde8f


#bbde8f Border Color

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

This div border color is #bbde8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde8f


Comments

No comments written yet.

Please login to write comment.