Color Hex Logo

#bcebcd Color Hex

#BCEBCD
(188,235,205)
0 Favorites   0 Comments

Color spaces of #bcebcd

RGB 188235205
HSL0.390.540.83
HSV142°20°92°
CMYK 0.200.000.13   0.08
XYZ61.466874.515868.9010
Yxy74.51580.30000.3637
Hunter Lab86.3225-23.961813.1016
CIE-Lab89.1657-20.91539.6143

#bcebcd color RGB value is (188,235,205).

#bcebcd hex color red value is 188, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcebcd hue: 0.39 , saturation: 0.54 and the lightness value of bcebcd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11001101
Octal 274 353 315
Decimal 188 235 205
Hex BC EB CD

RGB Percentages of Color #bcebcd

%29.94
%37.42
%32.64

CMYK Percentages of Color #bcebcd

%20
%0
%13
%8

Triadic Colors of #bcebcd

#bcebcd #cdbceb #ebcdbc

Analogous Colors of #bcebcd

#bcebcd #bcebe5 #c3ebbc

Monochromatic Colors of #bcebcd

#bcebcd

Complementary Color

#bcebcd #ebbcda

#bcebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebcd Color CSS Codes

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

#bcebcd Text Font Color

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

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


#bcebcd Background Color

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

This div background color is #bcebcd


#bcebcd Border Color

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

This div border color is #bcebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebcd


Comments

No comments written yet.

Please login to write comment.