Color Hex Logo

#bbeaef Color Hex

#BBEAEF
(187,234,239)
0 Favorites   0 Comments

Color spaces of #bbeaef

RGB 187234239
HSL0.520.620.84
HSV186°22°94°
CMYK 0.220.020.00   0.06
XYZ65.496375.642492.8098
Yxy75.64240.28000.3233
Hunter Lab86.9726-17.7795-2.3884
CIE-Lab89.6930-13.9392-7.4010

#bbeaef color RGB value is (187,234,239).

#bbeaef hex color red value is 187, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbeaef hue: 0.52 , saturation: 0.62 and the lightness value of bbeaef is 0.84.

The process color (four color CMYK) of #bbeaef color hex is 0.22, 0.02, 0.00, 0.06. Web safe color of #bbeaef is #ccffff. Color #bbeaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11101111
Octal 273 352 357
Decimal 187 234 239
Hex BB EA EF

RGB Percentages of Color #bbeaef

%28.33
%35.45
%36.21

CMYK Percentages of Color #bbeaef

%22
%2
%0
%6

Triadic Colors of #bbeaef

#bbeaef #efbbea #eaefbb

Analogous Colors of #bbeaef

#bbeaef #bbd0ef #bbefda

Monochromatic Colors of #bbeaef

#bbeaef

Complementary Color

#bbeaef #efc0bb

#bbeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeaef Color CSS Codes

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

#bbeaef Text Font Color

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

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


#bbeaef Background Color

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

This div background color is #bbeaef


#bbeaef Border Color

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

This div border color is #bbeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeaef


Comments

No comments written yet.

Please login to write comment.