Color Hex Logo

#bce9eb Color Hex

#BCE9EB
(188,233,235)
0 Favorites   0 Comments

Color spaces of #bce9eb

RGB 188233235
HSL0.510.540.83
HSV183°20°92°
CMYK 0.200.010.00   0.08
XYZ64.873374.967489.6482
Yxy74.96740.28270.3267
Hunter Lab86.5837-17.7795-0.7799
CIE-Lab89.3777-13.9848-5.7665

#bce9eb color RGB value is (188,233,235).

#bce9eb hex color red value is 188, green value is 233 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bce9eb hue: 0.51 , saturation: 0.54 and the lightness value of bce9eb is 0.83.

The process color (four color CMYK) of #bce9eb color hex is 0.20, 0.01, 0.00, 0.08. Web safe color of #bce9eb is #ccffff. Color #bce9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 11101011
Octal 274 351 353
Decimal 188 233 235
Hex BC E9 EB

RGB Percentages of Color #bce9eb

%28.66
%35.52
%35.82

CMYK Percentages of Color #bce9eb

%20
%1
%0
%8

Triadic Colors of #bce9eb

#bce9eb #ebbce9 #e9ebbc

Analogous Colors of #bce9eb

#bce9eb #bcd2eb #bcebd6

Monochromatic Colors of #bce9eb

#bce9eb

Complementary Color

#bce9eb #ebbebc

#bce9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce9eb Color CSS Codes

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

#bce9eb Text Font Color

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

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


#bce9eb Background Color

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

This div background color is #bce9eb


#bce9eb Border Color

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

This div border color is #bce9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce9eb


Comments

No comments written yet.

Please login to write comment.