Color Hex Logo

#bbdfdf Color Hex

#BBDFDF
(187,223,223)
0 Favorites   0 Comments

Color spaces of #bbdfdf

RGB 187223223
HSL0.500.360.80
HSV180°16°87°
CMYK 0.160.000.00   0.13
XYZ60.200568.667979.8934
Yxy68.66790.28840.3289
Hunter Lab82.8661-15.33910.8432
CIE-Lab86.3393-11.7226-3.9434

#bbdfdf color RGB value is (187,223,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11011111
Octal 273 337 337
Decimal 187 223 223
Hex BB DF DF

RGB Percentages of Color #bbdfdf

%29.54
%35.23
%35.23

CMYK Percentages of Color #bbdfdf

%16
%0
%0
%13

Triadic Colors of #bbdfdf

#bbdfdf #dfbbdf #dfdfbb

Analogous Colors of #bbdfdf

#bbdfdf #bbcddf #bbdfcd

Monochromatic Colors of #bbdfdf

#bbdfdf

Complementary Color

#bbdfdf #dfbbbb

#bbdfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfdf Color CSS Codes

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

#bbdfdf Text Font Color

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

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


#bbdfdf Background Color

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

This div background color is #bbdfdf


#bbdfdf Border Color

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

This div border color is #bbdfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfdf


Comments

No comments written yet.

Please login to write comment.