Color Hex Logo

#bbdede Color Hex

#BBDEDE
(187,222,222)
0 Favorites   0 Comments

Color spaces of #bbdede

RGB 187222222
HSL0.500.350.80
HSV180°16°87°
CMYK 0.160.000.00   0.13
XYZ59.799668.081379.0965
Yxy68.08130.28890.3289
Hunter Lab82.5114-15.02820.9218
CIE-Lab86.0471-11.4182-3.8455

#bbdede color RGB value is (187,222,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11011110
Octal 273 336 336
Decimal 187 222 222
Hex BB DE DE

RGB Percentages of Color #bbdede

%29.64
%35.18
%35.18

CMYK Percentages of Color #bbdede

%16
%0
%0
%13

Triadic Colors of #bbdede

#bbdede #debbde #dedebb

Analogous Colors of #bbdede

#bbdede #bbcdde #bbdecd

Monochromatic Colors of #bbdede

#bbdede

Complementary Color

#bbdede #debbbb

#bbdede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdede Color CSS Codes

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

#bbdede Text Font Color

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

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


#bbdede Background Color

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

This div background color is #bbdede


#bbdede Border Color

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

This div border color is #bbdede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdede

#bbdede Color Palettes


Comments

No comments written yet.

Please login to write comment.