Color Hex Logo

#bbddef Color Hex

#BBDDEF
(187,221,239)
0 Favorites   0 Comments

Color spaces of #bbddef

RGB 187221239
HSL0.560.620.84
HSV201°22°94°
CMYK 0.220.080.00   0.06
XYZ61.930068.509791.6210
Yxy68.50970.27890.3085
Hunter Lab82.7706-11.2926-7.6903
CIE-Lab86.2607-7.3103-12.5057

#bbddef color RGB value is (187,221,239).

#bbddef hex color red value is 187, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbddef hue: 0.56 , saturation: 0.62 and the lightness value of bbddef is 0.84.

The process color (four color CMYK) of #bbddef color hex is 0.22, 0.08, 0.00, 0.06. Web safe color of #bbddef is #ccccff. Color #bbddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11101111
Octal 273 335 357
Decimal 187 221 239
Hex BB DD EF

RGB Percentages of Color #bbddef

%28.90
%34.16
%36.94

CMYK Percentages of Color #bbddef

%22
%8
%0
%6

Triadic Colors of #bbddef

#bbddef #efbbdd #ddefbb

Analogous Colors of #bbddef

#bbddef #bbc3ef #bbefe7

Monochromatic Colors of #bbddef

#bbddef

Complementary Color

#bbddef #efcdbb

#bbddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddef Color CSS Codes

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

#bbddef Text Font Color

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

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


#bbddef Background Color

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

This div background color is #bbddef


#bbddef Border Color

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

This div border color is #bbddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddef


Comments

No comments written yet.

Please login to write comment.