Color Hex Logo

#bccfec Color Hex

#BCCFEC
(188,207,236)
0 Favorites   0 Comments

Color spaces of #bccfec

RGB 188207236
HSL0.600.560.83
HSV216°20°93°
CMYK 0.200.120.00   0.07
XYZ58.192261.373188.1360
Yxy61.37310.28020.2955
Hunter Lab78.3410-4.5057-11.8644
CIE-Lab82.5789-0.3429-16.4286

#bccfec color RGB value is (188,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11101100
Octal 274 317 354
Decimal 188 207 236
Hex BC CF EC

RGB Percentages of Color #bccfec

%29.79
%32.81
%37.40

CMYK Percentages of Color #bccfec

%20
%12
%0
%7

Triadic Colors of #bccfec

#bccfec #ecbccf #cfecbc

Analogous Colors of #bccfec

#bccfec #c1bcec #bce7ec

Monochromatic Colors of #bccfec

#bccfec

Complementary Color

#bccfec #ecd9bc

#bccfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfec Color CSS Codes

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

#bccfec Text Font Color

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

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


#bccfec Background Color

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

This div background color is #bccfec


#bccfec Border Color

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

This div border color is #bccfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfec


Comments

No comments written yet.

Please login to write comment.