Color Hex Logo

#bcceec Color Hex

#BCCEEC
(188,206,236)
0 Favorites   0 Comments

Color spaces of #bcceec

RGB 188206236
HSL0.600.560.83
HSV218°20°93°
CMYK 0.200.130.00   0.07
XYZ57.950760.890188.0555
Yxy60.89010.28010.2943
Hunter Lab78.0321-3.9928-12.2835
CIE-Lab82.31960.1866-16.8188

#bcceec color RGB value is (188,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11101100
Octal 274 316 354
Decimal 188 206 236
Hex BC CE EC

RGB Percentages of Color #bcceec

%29.84
%32.70
%37.46

CMYK Percentages of Color #bcceec

%20
%13
%0
%7

Triadic Colors of #bcceec

#bcceec #ecbcce #ceecbc

Analogous Colors of #bcceec

#bcceec #c2bcec #bce6ec

Monochromatic Colors of #bcceec

#bcceec

Complementary Color

#bcceec #ecdabc

#bcceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcceec Color CSS Codes

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

#bcceec Text Font Color

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

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


#bcceec Background Color

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

This div background color is #bcceec


#bcceec Border Color

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

This div border color is #bcceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcceec


Comments

No comments written yet.

Please login to write comment.