Color Hex Logo

#bbdcea Color Hex

#BBDCEA
(187,220,234)
0 Favorites   0 Comments

Color spaces of #bbdcea

RGB 187220234
HSL0.550.530.83
HSV198°20°92°
CMYK 0.200.060.00   0.08
XYZ60.938067.691787.6959
Yxy67.69170.28170.3129
Hunter Lab82.2750-11.7729-5.6040
CIE-Lab85.8521-7.8759-10.4745

#bbdcea color RGB value is (187,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11101010
Octal 273 334 352
Decimal 187 220 234
Hex BB DC EA

RGB Percentages of Color #bbdcea

%29.17
%34.32
%36.51

CMYK Percentages of Color #bbdcea

%20
%6
%0
%8

Triadic Colors of #bbdcea

#bbdcea #eabbdc #dceabb

Analogous Colors of #bbdcea

#bbdcea #bbc5ea #bbeae1

Monochromatic Colors of #bbdcea

#bbdcea

Complementary Color

#bbdcea #eac9bb

#bbdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcea Color CSS Codes

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

#bbdcea Text Font Color

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

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


#bbdcea Background Color

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

This div background color is #bbdcea


#bbdcea Border Color

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

This div border color is #bbdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcea


Comments

No comments written yet.

Please login to write comment.