Color Hex Logo

#bbd6ec Color Hex

#BBD6EC
(187,214,236)
0 Favorites   0 Comments

Color spaces of #bbd6ec

RGB 187214236
HSL0.570.560.83
HSV207°21°93°
CMYK 0.210.090.00   0.07
XYZ59.680464.714188.7024
Yxy64.71410.28010.3037
Hunter Lab80.4451-8.3537-9.0643
CIE-Lab84.3362-4.3285-13.7972

#bbd6ec color RGB value is (187,214,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 11101100
Octal 273 326 354
Decimal 187 214 236
Hex BB D6 EC

RGB Percentages of Color #bbd6ec

%29.36
%33.59
%37.05

CMYK Percentages of Color #bbd6ec

%21
%9
%0
%7

Triadic Colors of #bbd6ec

#bbd6ec #ecbbd6 #d6ecbb

Analogous Colors of #bbd6ec

#bbd6ec #bbbeec #bbecea

Monochromatic Colors of #bbd6ec

#bbd6ec

Complementary Color

#bbd6ec #ecd1bb

#bbd6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd6ec Color CSS Codes

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

#bbd6ec Text Font Color

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

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


#bbd6ec Background Color

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

This div background color is #bbd6ec


#bbd6ec Border Color

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

This div border color is #bbd6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd6ec


Comments

No comments written yet.

Please login to write comment.