Color Hex Logo

#bbe5fa Color Hex

#BBE5FA
(187,229,250)
0 Favorites   0 Comments

Color spaces of #bbe5fa

RGB 187229250
HSL0.560.860.86
HSV200°25°98°
CMYK 0.250.080.00   0.02
XYZ65.768173.5055101.1641
Yxy73.50550.27350.3057
Hunter Lab85.7353-13.1084-9.9450
CIE-Lab88.6882-8.9981-14.6606

#bbe5fa color RGB value is (187,229,250).

#bbe5fa hex color red value is 187, green value is 229 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbe5fa hue: 0.56 , saturation: 0.86 and the lightness value of bbe5fa is 0.86.

The process color (four color CMYK) of #bbe5fa color hex is 0.25, 0.08, 0.00, 0.02. Web safe color of #bbe5fa is #ccccff. Color #bbe5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 11111010
Octal 273 345 372
Decimal 187 229 250
Hex BB E5 FA

RGB Percentages of Color #bbe5fa

%28.08
%34.38
%37.54

CMYK Percentages of Color #bbe5fa

%25
%8
%0
%2

Triadic Colors of #bbe5fa

#bbe5fa #fabbe5 #e5fabb

Analogous Colors of #bbe5fa

#bbe5fa #bbc6fa #bbfaf0

Monochromatic Colors of #bbe5fa

#bbe5fa

Complementary Color

#bbe5fa #fad0bb

#bbe5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5fa Color CSS Codes

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

#bbe5fa Text Font Color

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

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


#bbe5fa Background Color

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

This div background color is #bbe5fa


#bbe5fa Border Color

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

This div border color is #bbe5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.