Color Hex Logo

#bbd4ef Color Hex

#BBD4EF
(187,212,239)
0 Favorites   0 Comments

Color spaces of #bbd4ef

RGB 187212239
HSL0.590.620.84
HSV211°22°94°
CMYK 0.220.110.00   0.06
XYZ59.617063.883890.8500
Yxy63.88380.27810.2980
Hunter Lab79.9273-6.7315-11.4433
CIE-Lab83.9052-2.6226-16.0357

#bbd4ef color RGB value is (187,212,239).

#bbd4ef hex color red value is 187, green value is 212 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbd4ef hue: 0.59 , saturation: 0.62 and the lightness value of bbd4ef is 0.84.

The process color (four color CMYK) of #bbd4ef color hex is 0.22, 0.11, 0.00, 0.06. Web safe color of #bbd4ef is #ccccff. Color #bbd4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 11101111
Octal 273 324 357
Decimal 187 212 239
Hex BB D4 EF

RGB Percentages of Color #bbd4ef

%29.31
%33.23
%37.46

CMYK Percentages of Color #bbd4ef

%22
%11
%0
%6

Triadic Colors of #bbd4ef

#bbd4ef #efbbd4 #d4efbb

Analogous Colors of #bbd4ef

#bbd4ef #bcbbef #bbeeef

Monochromatic Colors of #bbd4ef

#bbd4ef

Complementary Color

#bbd4ef #efd6bb

#bbd4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd4ef Color CSS Codes

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

#bbd4ef Text Font Color

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

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


#bbd4ef Background Color

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

This div background color is #bbd4ef


#bbd4ef Border Color

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

This div border color is #bbd4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd4ef


Comments

No comments written yet.

Please login to write comment.