Color Hex Logo

#bcebfb Color Hex

#BCEBFB
(188,235,251)
0 Favorites   0 Comments

Color spaces of #bcebfb

RGB 188235251
HSL0.540.890.86
HSV195°25°98°
CMYK 0.250.060.00   0.02
XYZ67.860077.0731102.5668
Yxy77.07310.27420.3114
Hunter Lab87.7913-15.6597-7.8148
CIE-Lab90.3552-11.5434-12.6843

#bcebfb color RGB value is (188,235,251).

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

The process color (four color CMYK) of #bcebfb color hex is 0.25, 0.06, 0.00, 0.02. Web safe color of #bcebfb is #ccffff. Color #bcebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11111011
Octal 274 353 373
Decimal 188 235 251
Hex BC EB FB

RGB Percentages of Color #bcebfb

%27.89
%34.87
%37.24

CMYK Percentages of Color #bcebfb

%25
%6
%0
%2

Triadic Colors of #bcebfb

#bcebfb #fbbceb #ebfbbc

Analogous Colors of #bcebfb

#bcebfb #bcccfb #bcfbec

Monochromatic Colors of #bcebfb

#bcebfb

Complementary Color

#bcebfb #fbccbc

#bcebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebfb Color CSS Codes

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

#bcebfb Text Font Color

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

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


#bcebfb Background Color

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

This div background color is #bcebfb


#bcebfb Border Color

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

This div border color is #bcebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebfb

#bcebfb Color Palettes


Comments

No comments written yet.

Please login to write comment.