Color Hex Logo

#bce7cc Color Hex

#BCE7CC
(188,231,204)
0 Favorites   0 Comments

Color spaces of #bce7cc

RGB 188231204
HSL0.400.470.82
HSV142°19°91°
CMYK 0.190.000.12   0.09
XYZ60.214072.202867.8897
Yxy72.20280.30060.3605
Hunter Lab84.9722-22.210712.1100
CIE-Lab88.0661-19.13358.5627

#bce7cc color RGB value is (188,231,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 11001100
Octal 274 347 314
Decimal 188 231 204
Hex BC E7 CC

RGB Percentages of Color #bce7cc

%30.18
%37.08
%32.74

CMYK Percentages of Color #bce7cc

%19
%0
%12
%9

Triadic Colors of #bce7cc

#bce7cc #ccbce7 #e7ccbc

Analogous Colors of #bce7cc

#bce7cc #bce7e2 #c2e7bc

Monochromatic Colors of #bce7cc

#bce7cc

Complementary Color

#bce7cc #e7bcd7

#bce7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce7cc Color CSS Codes

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

#bce7cc Text Font Color

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

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


#bce7cc Background Color

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

This div background color is #bce7cc


#bce7cc Border Color

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

This div border color is #bce7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce7cc


Comments

No comments written yet.

Please login to write comment.