Color Hex Logo

#bbd5ec Color Hex

#BBD5EC
(187,213,236)
0 Favorites   0 Comments

Color spaces of #bbd5ec

RGB 187213236
HSL0.580.560.83
HSV208°21°93°
CMYK 0.210.100.00   0.07
XYZ59.428164.209488.6183
Yxy64.20940.28000.3025
Hunter Lab80.1308-7.8463-9.4785
CIE-Lab84.0747-3.8055-14.1890

#bbd5ec color RGB value is (187,213,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 11101100
Octal 273 325 354
Decimal 187 213 236
Hex BB D5 EC

RGB Percentages of Color #bbd5ec

%29.40
%33.49
%37.11

CMYK Percentages of Color #bbd5ec

%21
%10
%0
%7

Triadic Colors of #bbd5ec

#bbd5ec #ecbbd5 #d5ecbb

Analogous Colors of #bbd5ec

#bbd5ec #bbbdec #bbeceb

Monochromatic Colors of #bbd5ec

#bbd5ec

Complementary Color

#bbd5ec #ecd2bb

#bbd5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd5ec Color CSS Codes

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

#bbd5ec Text Font Color

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

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


#bbd5ec Background Color

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

This div background color is #bbd5ec


#bbd5ec Border Color

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

This div border color is #bbd5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd5ec


Comments

No comments written yet.

Please login to write comment.