Color Hex Logo

#bcccec Color Hex

#BCCCEC
(188,204,236)
0 Favorites   0 Comments

Color spaces of #bcccec

RGB 188204236
HSL0.610.560.83
HSV220°20°93°
CMYK 0.200.140.00   0.07
XYZ57.472259.933287.8960
Yxy59.93320.27990.2919
Hunter Lab77.4165-2.9648-13.1242
CIE-Lab81.80191.2482-17.5990

#bcccec color RGB value is (188,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11101100
Octal 274 314 354
Decimal 188 204 236
Hex BC CC EC

RGB Percentages of Color #bcccec

%29.94
%32.48
%37.58

CMYK Percentages of Color #bcccec

%20
%14
%0
%7

Triadic Colors of #bcccec

#bcccec #ecbccc #ccecbc

Analogous Colors of #bcccec

#bcccec #c4bcec #bce4ec

Monochromatic Colors of #bcccec

#bcccec

Complementary Color

#bcccec #ecdcbc

#bcccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccec Color CSS Codes

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

#bcccec Text Font Color

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

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


#bcccec Background Color

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

This div background color is #bcccec


#bcccec Border Color

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

This div border color is #bcccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccec


Comments

No comments written yet.

Please login to write comment.