Color Hex Logo

#bbd8ef Color Hex

#BBD8EF
(187,216,239)
0 Favorites   0 Comments

Color spaces of #bbd8ef

RGB 187216239
HSL0.570.620.84
HSV207°22°94°
CMYK 0.220.100.00   0.06
XYZ60.629465.908591.1875
Yxy65.90850.27850.3027
Hunter Lab81.1841-8.7658-9.7668
CIE-Lab84.9497-4.7155-14.4677

#bbd8ef color RGB value is (187,216,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 11101111
Octal 273 330 357
Decimal 187 216 239
Hex BB D8 EF

RGB Percentages of Color #bbd8ef

%29.13
%33.64
%37.23

CMYK Percentages of Color #bbd8ef

%22
%10
%0
%6

Triadic Colors of #bbd8ef

#bbd8ef #efbbd8 #d8efbb

Analogous Colors of #bbd8ef

#bbd8ef #bbbeef #bbefec

Monochromatic Colors of #bbd8ef

#bbd8ef

Complementary Color

#bbd8ef #efd2bb

#bbd8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd8ef Color CSS Codes

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

#bbd8ef Text Font Color

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

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


#bbd8ef Background Color

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

This div background color is #bbd8ef


#bbd8ef Border Color

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

This div border color is #bbd8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd8ef


Comments

No comments written yet.

Please login to write comment.