Color Hex Logo

#bbd7ec Color Hex

#BBD7EC
(187,215,236)
0 Favorites   0 Comments

Color spaces of #bbd7ec

RGB 187215236
HSL0.570.560.83
HSV206°21°93°
CMYK 0.210.090.00   0.07
XYZ59.934365.221888.7871
Yxy65.22180.28010.3049
Hunter Lab80.7600-8.8601-8.6511
CIE-Lab84.5979-4.8502-13.4054

#bbd7ec color RGB value is (187,215,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 11101100
Octal 273 327 354
Decimal 187 215 236
Hex BB D7 EC

RGB Percentages of Color #bbd7ec

%29.31
%33.70
%36.99

CMYK Percentages of Color #bbd7ec

%21
%9
%0
%7

Triadic Colors of #bbd7ec

#bbd7ec #ecbbd7 #d7ecbb

Analogous Colors of #bbd7ec

#bbd7ec #bbbfec #bbece9

Monochromatic Colors of #bbd7ec

#bbd7ec

Complementary Color

#bbd7ec #ecd0bb

#bbd7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7ec Color CSS Codes

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

#bbd7ec Text Font Color

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

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


#bbd7ec Background Color

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

This div background color is #bbd7ec


#bbd7ec Border Color

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

This div border color is #bbd7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,215,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 #bbd7ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7ec


Comments

No comments written yet.

Please login to write comment.