Color Hex Logo

#bbe1fd Color Hex

#BBE1FD
(187,225,253)
0 Favorites   0 Comments

Color spaces of #bbe1fd

RGB 187225253
HSL0.570.940.86
HSV205°26°99°
CMYK 0.260.110.00   0.01
XYZ65.148471.5071103.2971
Yxy71.50710.27150.2980
Hunter Lab84.5619-10.4628-13.2328
CIE-Lab87.7308-6.2645-17.6735

#bbe1fd color RGB value is (187,225,253).

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

The process color (four color CMYK) of #bbe1fd color hex is 0.26, 0.11, 0.00, 0.01. Web safe color of #bbe1fd is #ccccff. Color #bbe1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 11111101
Octal 273 341 375
Decimal 187 225 253
Hex BB E1 FD

RGB Percentages of Color #bbe1fd

%28.12
%33.83
%38.05

CMYK Percentages of Color #bbe1fd

%26
%11
%0
%1

Triadic Colors of #bbe1fd

#bbe1fd #fdbbe1 #e1fdbb

Analogous Colors of #bbe1fd

#bbe1fd #bbc0fd #bbfdf8

Monochromatic Colors of #bbe1fd

#bbe1fd

Complementary Color

#bbe1fd #fdd7bb

#bbe1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe1fd Color CSS Codes

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

#bbe1fd Text Font Color

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

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


#bbe1fd Background Color

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

This div background color is #bbe1fd


#bbe1fd Border Color

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

This div border color is #bbe1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe1fd

#bbe1fd Color Palettes


Comments

No comments written yet.

Please login to write comment.