Color Hex Logo

#bbda8d Color Hex

#BBDA8D
(187,218,141)
0 Favorites   0 Comments

Color spaces of #bbda8d

RGB 187218141
HSL0.230.510.70
HSV84°35°85°
CMYK 0.140.000.35   0.15
XYZ50.372662.630734.6333
Yxy62.63070.34120.4242
Hunter Lab79.1396-24.878429.4510
CIE-Lab83.2477-23.164334.5930

#bbda8d color RGB value is (187,218,141).

#bbda8d hex color red value is 187, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbda8d hue: 0.23 , saturation: 0.51 and the lightness value of bbda8d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10001101
Octal 273 332 215
Decimal 187 218 141
Hex BB DA 8D

RGB Percentages of Color #bbda8d

%34.25
%39.93
%25.82

CMYK Percentages of Color #bbda8d

%14
%0
%35
%15

Triadic Colors of #bbda8d

#bbda8d #8dbbda #da8dbb

Analogous Colors of #bbda8d

#bbda8d #95da8d #dad38d

Monochromatic Colors of #bbda8d

#bbda8d

Complementary Color

#bbda8d #ac8dda

#bbda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda8d Color CSS Codes

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

#bbda8d Text Font Color

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

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


#bbda8d Background Color

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

This div background color is #bbda8d


#bbda8d Border Color

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

This div border color is #bbda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda8d


Comments

No comments written yet.

Please login to write comment.