Color Hex Logo

#bcecce Color Hex

#BCECCE
(188,236,206)
1 Favorites   0 Comments

Color spaces of #bcecce

RGB 188236206
HSL0.400.560.83
HSV143°20°93°
CMYK 0.200.000.13   0.07
XYZ61.875175.138569.6345
Yxy75.13850.29940.3636
Hunter Lab86.6825-24.278613.0484
CIE-Lab89.4578-21.21929.5108

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

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

The process color (four color CMYK) of #bcecce color hex is 0.20, 0.00, 0.13, 0.07. Web safe color of #bcecce is #ccffcc. Color #bcecce contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #bcecce

%29.84
%37.46
%32.70

CMYK Percentages of Color #bcecce

%20
%0
%13
%7

Triadic Colors of #bcecce

#bcecce #cebcec #eccebc

Analogous Colors of #bcecce

#bcecce #bcece6 #c2ecbc

Monochromatic Colors of #bcecce

#bcecce

Complementary Color

#bcecce #ecbcda

#bcecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecce Color CSS Codes

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

#bcecce Text Font Color

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

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


#bcecce Background Color

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

This div background color is #bcecce


#bcecce Border Color

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

This div border color is #bcecce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,236,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcecce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecce


Comments

No comments written yet.

Please login to write comment.