Color Hex Logo

#bbeaff Color Hex

#BBEAFF
(187,234,255)
0 Favorites   0 Comments

Color spaces of #bbeaff

RGB 187234255
HSL0.551.000.87
HSV199°27°100°
CMYK 0.270.080.00   0.00
XYZ67.966376.6304105.8167
Yxy76.63040.27140.3060
Hunter Lab87.5388-14.6031-10.3925
CIE-Lab90.1512-10.4308-15.0853

#bbeaff color RGB value is (187,234,255).

#bbeaff hex color red value is 187, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbeaff hue: 0.55 , saturation: 1.00 and the lightness value of bbeaff is 0.87.

The process color (four color CMYK) of #bbeaff color hex is 0.27, 0.08, 0.00, 0.00. Web safe color of #bbeaff is #ccffff. Color #bbeaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11111111
Octal 273 352 377
Decimal 187 234 255
Hex BB EA FF

RGB Percentages of Color #bbeaff

%27.66
%34.62
%37.72

CMYK Percentages of Color #bbeaff

%27
%8
%0
%0

Triadic Colors of #bbeaff

#bbeaff #ffbbea #eaffbb

Analogous Colors of #bbeaff

#bbeaff #bbc8ff #bbfff2

Monochromatic Colors of #bbeaff

#bbeaff

Complementary Color

#bbeaff #ffd0bb

#bbeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeaff Color CSS Codes

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

#bbeaff Text Font Color

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

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


#bbeaff Background Color

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

This div background color is #bbeaff


#bbeaff Border Color

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

This div border color is #bbeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeaff

#bbeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.