Color Hex Logo

#bbdcee Color Hex

#BBDCEE
(187,220,238)
0 Favorites   0 Comments

Color spaces of #bbdcee

RGB 187220238
HSL0.560.600.83
HSV201°21°93°
CMYK 0.210.080.00   0.07
XYZ61.519367.924290.7572
Yxy67.92420.27940.3085
Hunter Lab82.4161-10.9874-7.5992
CIE-Lab85.9685-7.0114-12.4142

#bbdcee color RGB value is (187,220,238).

#bbdcee hex color red value is 187, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbdcee hue: 0.56 , saturation: 0.60 and the lightness value of bbdcee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11101110
Octal 273 334 356
Decimal 187 220 238
Hex BB DC EE

RGB Percentages of Color #bbdcee

%28.99
%34.11
%36.90

CMYK Percentages of Color #bbdcee

%21
%8
%0
%7

Triadic Colors of #bbdcee

#bbdcee #eebbdc #dceebb

Analogous Colors of #bbdcee

#bbdcee #bbc3ee #bbeee7

Monochromatic Colors of #bbdcee

#bbdcee

Complementary Color

#bbdcee #eecdbb

#bbdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcee Color CSS Codes

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

#bbdcee Text Font Color

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

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


#bbdcee Background Color

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

This div background color is #bbdcee


#bbdcee Border Color

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

This div border color is #bbdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcee


Comments

No comments written yet.

Please login to write comment.