Color Hex Logo

#bbdfbd Color Hex

#BBDFBD
(187,223,189)
0 Favorites   0 Comments

Color spaces of #bbdfbd

RGB 187223189
HSL0.340.360.80
HSV123°16°87°
CMYK 0.160.000.15   0.13
XYZ56.066567.014358.1241
Yxy67.01430.30940.3698
Hunter Lab81.8623-21.006415.2063
CIE-Lab85.5112-18.215812.7777

#bbdfbd color RGB value is (187,223,189).

#bbdfbd hex color red value is 187, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbdfbd hue: 0.34 , saturation: 0.36 and the lightness value of bbdfbd is 0.80.

The process color (four color CMYK) of #bbdfbd color hex is 0.16, 0.00, 0.15, 0.13. Web safe color of #bbdfbd is #cccccc. Color #bbdfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10111101
Octal 273 337 275
Decimal 187 223 189
Hex BB DF BD

RGB Percentages of Color #bbdfbd

%31.22
%37.23
%31.55

CMYK Percentages of Color #bbdfbd

%16
%0
%15
%13

Triadic Colors of #bbdfbd

#bbdfbd #bdbbdf #dfbdbb

Analogous Colors of #bbdfbd

#bbdfbd #bbdfcf #cbdfbb

Monochromatic Colors of #bbdfbd

#bbdfbd

Complementary Color

#bbdfbd #dfbbdd

#bbdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfbd Color CSS Codes

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

#bbdfbd Text Font Color

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

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


#bbdfbd Background Color

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

This div background color is #bbdfbd


#bbdfbd Border Color

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

This div border color is #bbdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfbd


Comments

No comments written yet.

Please login to write comment.