Color Hex Logo

#bbece9 Color Hex

#BBECE9
(187,236,233)
0 Favorites   0 Comments

Color spaces of #bbece9

RGB 187236233
HSL0.490.560.83
HSV176°21°93°
CMYK 0.210.000.01   0.07
XYZ65.197076.438988.4087
Yxy76.43890.28340.3323
Hunter Lab87.4293-19.89201.2464
CIE-Lab90.0627-16.2064-3.7175

#bbece9 color RGB value is (187,236,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11101001
Octal 273 354 351
Decimal 187 236 233
Hex BB EC E9

RGB Percentages of Color #bbece9

%28.51
%35.98
%35.52

CMYK Percentages of Color #bbece9

%21
%0
%1
%7

Triadic Colors of #bbece9

#bbece9 #e9bbec #ece9bb

Analogous Colors of #bbece9

#bbece9 #bbd7ec #bbecd1

Monochromatic Colors of #bbece9

#bbece9

Complementary Color

#bbece9 #ecbbbe

#bbece9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbece9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbece9 Color CSS Codes

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

#bbece9 Text Font Color

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

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


#bbece9 Background Color

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

This div background color is #bbece9


#bbece9 Border Color

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

This div border color is #bbece9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbece9


Comments

No comments written yet.

Please login to write comment.