Color Hex Logo

#bcebec Color Hex

#BCEBEC
(188,235,236)
0 Favorites   0 Comments

Color spaces of #bcebec

RGB 188235236
HSL0.500.560.83
HSV181°20°93°
CMYK 0.200.000.00   0.07
XYZ65.587776.164290.6012
Yxy76.16420.28230.3278
Hunter Lab87.2721-18.5779-0.4612
CIE-Lab89.9355-14.7790-5.4666

#bcebec color RGB value is (188,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11101100
Octal 274 353 354
Decimal 188 235 236
Hex BC EB EC

RGB Percentages of Color #bcebec

%28.53
%35.66
%35.81

CMYK Percentages of Color #bcebec

%20
%0
%0
%7

Triadic Colors of #bcebec

#bcebec #ecbceb #ebecbc

Analogous Colors of #bcebec

#bcebec #bcd3ec #bcecd5

Monochromatic Colors of #bcebec

#bcebec

Complementary Color

#bcebec #ecbdbc

#bcebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebec Color CSS Codes

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

#bcebec Text Font Color

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

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


#bcebec Background Color

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

This div background color is #bcebec


#bcebec Border Color

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

This div border color is #bcebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebec


Comments

No comments written yet.

Please login to write comment.