Color Hex Logo

#bbdfde Color Hex

#BBDFDE
(187,223,222)
0 Favorites   0 Comments

Color spaces of #bbdfde

RGB 187223222
HSL0.500.360.80
HSV178°16°87°
CMYK 0.160.000.00   0.13
XYZ60.066068.614179.1853
Yxy68.61410.28900.3301
Hunter Lab82.8336-15.52131.3049
CIE-Lab86.3126-11.9274-3.4549

#bbdfde color RGB value is (187,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11011110
Octal 273 337 336
Decimal 187 223 222
Hex BB DF DE

RGB Percentages of Color #bbdfde

%29.59
%35.28
%35.13

CMYK Percentages of Color #bbdfde

%16
%0
%0
%13

Triadic Colors of #bbdfde

#bbdfde #debbdf #dfdebb

Analogous Colors of #bbdfde

#bbdfde #bbcedf #bbdfcc

Monochromatic Colors of #bbdfde

#bbdfde

Complementary Color

#bbdfde #dfbbbc

#bbdfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfde Color CSS Codes

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

#bbdfde Text Font Color

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

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


#bbdfde Background Color

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

This div background color is #bbdfde


#bbdfde Border Color

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

This div border color is #bbdfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfde

#bbdfde Color Palettes


Comments

No comments written yet.

Please login to write comment.