Color Hex Logo

#bbdded Color Hex

#BBDDED
(187,221,237)
0 Favorites   0 Comments

Color spaces of #bbdded

RGB 187221237
HSL0.550.580.83
HSV199°21°93°
CMYK 0.210.070.00   0.07
XYZ61.636068.392190.0732
Yxy68.39210.28000.3107
Hunter Lab82.6995-11.6880-6.6868
CIE-Lab86.2021-7.7450-11.5374

#bbdded color RGB value is (187,221,237).

#bbdded hex color red value is 187, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bbdded hue: 0.55 , saturation: 0.58 and the lightness value of bbdded is 0.83.

The process color (four color CMYK) of #bbdded color hex is 0.21, 0.07, 0.00, 0.07. Web safe color of #bbdded is #ccccff. Color #bbdded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11101101
Octal 273 335 355
Decimal 187 221 237
Hex BB DD ED

RGB Percentages of Color #bbdded

%28.99
%34.26
%36.74

CMYK Percentages of Color #bbdded

%21
%7
%0
%7

Triadic Colors of #bbdded

#bbdded #edbbdd #ddedbb

Analogous Colors of #bbdded

#bbdded #bbc4ed #bbede4

Monochromatic Colors of #bbdded

#bbdded

Complementary Color

#bbdded #edcbbb

#bbdded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdded Color CSS Codes

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

#bbdded Text Font Color

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

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


#bbdded Background Color

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

This div background color is #bbdded


#bbdded Border Color

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

This div border color is #bbdded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdded

#bbdded Color Palettes


Comments

No comments written yet.

Please login to write comment.