Color Hex Logo

#bbceea Color Hex

#BBCEEA
(187,206,234)
0 Favorites   0 Comments

Color spaces of #bbceea

RGB 187206234
HSL0.600.530.83
HSV216°20°92°
CMYK 0.200.120.00   0.08
XYZ57.416160.647986.5220
Yxy60.64790.28060.2964
Hunter Lab77.8768-4.6819-11.3582
CIE-Lab82.1891-0.5585-15.9559

#bbceea color RGB value is (187,206,234).

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

The process color (four color CMYK) of #bbceea color hex is 0.20, 0.12, 0.00, 0.08. Web safe color of #bbceea is #ccccff. Color #bbceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11101010
Octal 273 316 352
Decimal 187 206 234
Hex BB CE EA

RGB Percentages of Color #bbceea

%29.82
%32.85
%37.32

CMYK Percentages of Color #bbceea

%20
%12
%0
%8

Triadic Colors of #bbceea

#bbceea #eabbce #ceeabb

Analogous Colors of #bbceea

#bbceea #c0bbea #bbe6ea

Monochromatic Colors of #bbceea

#bbceea

Complementary Color

#bbceea #ead7bb

#bbceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbceea Color CSS Codes

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

#bbceea Text Font Color

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

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


#bbceea Background Color

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

This div background color is #bbceea


#bbceea Border Color

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

This div border color is #bbceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbceea


Comments

No comments written yet.

Please login to write comment.