Color Hex Logo

#bbdb8e Color Hex

#BBDB8E
(187,219,142)
0 Favorites   0 Comments

Color spaces of #bbdb8e

RGB 187219142
HSL0.240.520.71
HSV85°35°86°
CMYK 0.150.000.35   0.14
XYZ50.707563.180835.1137
Yxy63.18080.34030.4240
Hunter Lab79.4864-25.228929.4486
CIE-Lab83.5374-23.518434.4642

#bbdb8e color RGB value is (187,219,142).

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

The process color (four color CMYK) of #bbdb8e color hex is 0.15, 0.00, 0.35, 0.14. Web safe color of #bbdb8e is #cccc99. Color #bbdb8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10001110
Octal 273 333 216
Decimal 187 219 142
Hex BB DB 8E

RGB Percentages of Color #bbdb8e

%34.12
%39.96
%25.91

CMYK Percentages of Color #bbdb8e

%15
%0
%35
%14

Triadic Colors of #bbdb8e

#bbdb8e #8ebbdb #db8ebb

Analogous Colors of #bbdb8e

#bbdb8e #95db8e #dbd58e

Monochromatic Colors of #bbdb8e

#bbdb8e

Complementary Color

#bbdb8e #ae8edb

#bbdb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb8e Color CSS Codes

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

#bbdb8e Text Font Color

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

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


#bbdb8e Background Color

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

This div background color is #bbdb8e


#bbdb8e Border Color

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

This div border color is #bbdb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb8e


Comments

No comments written yet.

Please login to write comment.