Color Hex Logo

#bbeaee Color Hex

#BBEAEE
(187,234,238)
0 Favorites   0 Comments

Color spaces of #bbeaee

RGB 187234238
HSL0.510.600.83
HSV185°21°93°
CMYK 0.210.020.00   0.07
XYZ65.349075.583592.0337
Yxy75.58350.28050.3244
Hunter Lab86.9388-17.9703-1.9075
CIE-Lab89.6656-14.1522-6.9182

#bbeaee color RGB value is (187,234,238).

#bbeaee hex color red value is 187, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbeaee hue: 0.51 , saturation: 0.60 and the lightness value of bbeaee is 0.83.

The process color (four color CMYK) of #bbeaee color hex is 0.21, 0.02, 0.00, 0.07. Web safe color of #bbeaee is #ccffff. Color #bbeaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11101110
Octal 273 352 356
Decimal 187 234 238
Hex BB EA EE

RGB Percentages of Color #bbeaee

%28.38
%35.51
%36.12

CMYK Percentages of Color #bbeaee

%21
%2
%0
%7

Triadic Colors of #bbeaee

#bbeaee #eebbea #eaeebb

Analogous Colors of #bbeaee

#bbeaee #bbd1ee #bbeed9

Monochromatic Colors of #bbeaee

#bbeaee

Complementary Color

#bbeaee #eebfbb

#bbeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeaee Color CSS Codes

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

#bbeaee Text Font Color

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

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


#bbeaee Background Color

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

This div background color is #bbeaee


#bbeaee Border Color

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

This div border color is #bbeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeaee

#bbeaee Color Palettes


Comments

No comments written yet.

Please login to write comment.