Color Hex Logo

#bbecee Color Hex

#BBECEE
(187,236,238)
0 Favorites   0 Comments

Color spaces of #bbecee

RGB 187236238
HSL0.510.600.83
HSV182°21°93°
CMYK 0.210.010.00   0.07
XYZ65.921676.728792.2246
Yxy76.72870.28070.3267
Hunter Lab87.5949-18.9568-1.1072
CIE-Lab90.1966-15.1558-6.1334

#bbecee color RGB value is (187,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11101110
Octal 273 354 356
Decimal 187 236 238
Hex BB EC EE

RGB Percentages of Color #bbecee

%28.29
%35.70
%36.01

CMYK Percentages of Color #bbecee

%21
%1
%0
%7

Triadic Colors of #bbecee

#bbecee #eebbec #eceebb

Analogous Colors of #bbecee

#bbecee #bbd3ee #bbeed7

Monochromatic Colors of #bbecee

#bbecee

Complementary Color

#bbecee #eebdbb

#bbecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecee Color CSS Codes

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

#bbecee Text Font Color

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

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


#bbecee Background Color

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

This div background color is #bbecee


#bbecee Border Color

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

This div border color is #bbecee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,236,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 #bbecee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecee


Comments

No comments written yet.

Please login to write comment.