Color Hex Logo

#bcf6ec Color Hex

#BCF6EC
(188,246,236)
0 Favorites   0 Comments

Color spaces of #bcf6ec

RGB 188246236
HSL0.470.760.85
HSV170°24°96°
CMYK 0.240.000.04   0.04
XYZ68.835182.659091.6837
Yxy82.65900.28310.3399
Hunter Lab90.9170-23.95883.8519
CIE-Lab92.8649-20.2308-1.1621

#bcf6ec color RGB value is (188,246,236).

#bcf6ec hex color red value is 188, green value is 246 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcf6ec hue: 0.47 , saturation: 0.76 and the lightness value of bcf6ec is 0.85.

The process color (four color CMYK) of #bcf6ec color hex is 0.24, 0.00, 0.04, 0.04. Web safe color of #bcf6ec is #ccffff. Color #bcf6ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 11101100
Octal 274 366 354
Decimal 188 246 236
Hex BC F6 EC

RGB Percentages of Color #bcf6ec

%28.06
%36.72
%35.22

CMYK Percentages of Color #bcf6ec

%24
%0
%4
%4

Triadic Colors of #bcf6ec

#bcf6ec #ecbcf6 #f6ecbc

Analogous Colors of #bcf6ec

#bcf6ec #bce3f6 #bcf6cf

Monochromatic Colors of #bcf6ec

#bcf6ec

Complementary Color

#bcf6ec #f6bcc6

#bcf6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf6ec Color CSS Codes

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

#bcf6ec Text Font Color

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

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


#bcf6ec Background Color

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

This div background color is #bcf6ec


#bcf6ec Border Color

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

This div border color is #bcf6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf6ec


Comments

No comments written yet.

Please login to write comment.