Color Hex Logo

#bbeffd Color Hex

#BBEFFD
(187,239,253)
0 Favorites   0 Comments

Color spaces of #bbeffd

RGB 187239253
HSL0.540.940.86
HSV193°26°99°
CMYK 0.260.060.00   0.01
XYZ69.089679.3896104.6108
Yxy79.38960.27300.3137
Hunter Lab89.1008-17.5160-7.2401
CIE-Lab91.4103-13.4080-12.1591

#bbeffd color RGB value is (187,239,253).

#bbeffd hex color red value is 187, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbeffd hue: 0.54 , saturation: 0.94 and the lightness value of bbeffd is 0.86.

The process color (four color CMYK) of #bbeffd color hex is 0.26, 0.06, 0.00, 0.01. Web safe color of #bbeffd is #ccffff. Color #bbeffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11111101
Octal 273 357 375
Decimal 187 239 253
Hex BB EF FD

RGB Percentages of Color #bbeffd

%27.54
%35.20
%37.26

CMYK Percentages of Color #bbeffd

%26
%6
%0
%1

Triadic Colors of #bbeffd

#bbeffd #fdbbef #effdbb

Analogous Colors of #bbeffd

#bbeffd #bbcefd #bbfdea

Monochromatic Colors of #bbeffd

#bbeffd

Complementary Color

#bbeffd #fdc9bb

#bbeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeffd Color CSS Codes

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

#bbeffd Text Font Color

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

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


#bbeffd Background Color

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

This div background color is #bbeffd


#bbeffd Border Color

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

This div border color is #bbeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeffd


Comments

No comments written yet.

Please login to write comment.