Color Hex Logo

#bbeefd Color Hex

#BBEEFD
(187,238,253)
0 Favorites   0 Comments

Color spaces of #bbeefd

RGB 187238253
HSL0.540.940.86
HSV194°26°99°
CMYK 0.260.060.00   0.01
XYZ68.797778.8057104.5135
Yxy78.80570.27290.3126
Hunter Lab88.7726-17.0166-7.6623
CIE-Lab91.1463-12.9042-12.5530

#bbeefd color RGB value is (187,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11111101
Octal 273 356 375
Decimal 187 238 253
Hex BB EE FD

RGB Percentages of Color #bbeefd

%27.58
%35.10
%37.32

CMYK Percentages of Color #bbeefd

%26
%6
%0
%1

Triadic Colors of #bbeefd

#bbeefd #fdbbee #eefdbb

Analogous Colors of #bbeefd

#bbeefd #bbcdfd #bbfdeb

Monochromatic Colors of #bbeefd

#bbeefd

Complementary Color

#bbeefd #fdcabb

#bbeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeefd Color CSS Codes

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

#bbeefd Text Font Color

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

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


#bbeefd Background Color

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

This div background color is #bbeefd


#bbeefd Border Color

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

This div border color is #bbeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeefd

Related Colors

#bbeefd Color Palettes


Comments

No comments written yet.

Please login to write comment.