Color Hex Logo

#bce8cc Color Hex

#BCE8CC
(188,232,204)
0 Favorites   0 Comments

Color spaces of #bce8cc

RGB 188232204
HSL0.390.490.82
HSV142°19°91°
CMYK 0.190.000.12   0.09
XYZ60.494772.764267.9832
Yxy72.76420.30060.3616
Hunter Lab85.3019-22.689212.4589
CIE-Lab88.3351-19.62688.9481

#bce8cc color RGB value is (188,232,204).

#bce8cc hex color red value is 188, green value is 232 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bce8cc hue: 0.39 , saturation: 0.49 and the lightness value of bce8cc is 0.82.

The process color (four color CMYK) of #bce8cc color hex is 0.19, 0.00, 0.12, 0.09. Web safe color of #bce8cc is #ccffcc. Color #bce8cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101000 11001100
Octal 274 350 314
Decimal 188 232 204
Hex BC E8 CC

RGB Percentages of Color #bce8cc

%30.13
%37.18
%32.69

CMYK Percentages of Color #bce8cc

%19
%0
%12
%9

Triadic Colors of #bce8cc

#bce8cc #ccbce8 #e8ccbc

Analogous Colors of #bce8cc

#bce8cc #bce8e2 #c2e8bc

Monochromatic Colors of #bce8cc

#bce8cc

Complementary Color

#bce8cc #e8bcd8

#bce8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce8cc Color CSS Codes

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

#bce8cc Text Font Color

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

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


#bce8cc Background Color

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

This div background color is #bce8cc


#bce8cc Border Color

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

This div border color is #bce8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce8cc


Comments

No comments written yet.

Please login to write comment.