Color Hex Logo

#bbde8e Color Hex

#BBDE8E
(187,222,142)
0 Favorites   0 Comments

Color spaces of #bbde8e

RGB 187222142
HSL0.240.550.71
HSV86°36°87°
CMYK 0.160.000.36   0.13
XYZ51.497364.760335.3770
Yxy64.76030.33960.4271
Hunter Lab80.4738-26.602330.2672
CIE-Lab84.3601-24.969735.5406

#bbde8e color RGB value is (187,222,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10001110
Octal 273 336 216
Decimal 187 222 142
Hex BB DE 8E

RGB Percentages of Color #bbde8e

%33.94
%40.29
%25.77

CMYK Percentages of Color #bbde8e

%16
%0
%36
%13

Triadic Colors of #bbde8e

#bbde8e #8ebbde #de8ebb

Analogous Colors of #bbde8e

#bbde8e #93de8e #ded98e

Monochromatic Colors of #bbde8e

#bbde8e

Complementary Color

#bbde8e #b18ede

#bbde8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde8e Color CSS Codes

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

#bbde8e Text Font Color

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

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


#bbde8e Background Color

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

This div background color is #bbde8e


#bbde8e Border Color

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

This div border color is #bbde8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde8e


Comments

No comments written yet.

Please login to write comment.