Color Hex Logo

#bccbec Color Hex

#BCCBEC
(188,203,236)
0 Favorites   0 Comments

Color spaces of #bccbec

RGB 188203236
HSL0.610.560.83
HSV221°20°93°
CMYK 0.200.140.00   0.07
XYZ57.235359.459487.8171
Yxy59.45940.27990.2907
Hunter Lab77.1099-2.4497-13.5458
CIE-Lab81.54351.7803-17.9887

#bccbec color RGB value is (188,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11101100
Octal 274 313 354
Decimal 188 203 236
Hex BC CB EC

RGB Percentages of Color #bccbec

%29.98
%32.38
%37.64

CMYK Percentages of Color #bccbec

%20
%14
%0
%7

Triadic Colors of #bccbec

#bccbec #ecbccb #cbecbc

Analogous Colors of #bccbec

#bccbec #c5bcec #bce3ec

Monochromatic Colors of #bccbec

#bccbec

Complementary Color

#bccbec #ecddbc

#bccbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbec Color CSS Codes

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

#bccbec Text Font Color

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

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


#bccbec Background Color

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

This div background color is #bccbec


#bccbec Border Color

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

This div border color is #bccbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbec


Comments

No comments written yet.

Please login to write comment.