Color Hex Logo

#bcebdd Color Hex

#BCEBDD
(188,235,221)
0 Favorites   0 Comments

Color spaces of #bcebdd

RGB 188235221
HSL0.450.540.83
HSV162°20°92°
CMYK 0.200.000.06   0.08
XYZ63.498575.328579.5997
Yxy75.32850.29070.3449
Hunter Lab86.7920-21.29236.3776
CIE-Lab89.5466-17.84491.8078

#bcebdd color RGB value is (188,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11011101
Octal 274 353 335
Decimal 188 235 221
Hex BC EB DD

RGB Percentages of Color #bcebdd

%29.19
%36.49
%34.32

CMYK Percentages of Color #bcebdd

%20
%0
%6
%8

Triadic Colors of #bcebdd

#bcebdd #ddbceb #ebddbc

Analogous Colors of #bcebdd

#bcebdd #bce2eb #bcebc6

Monochromatic Colors of #bcebdd

#bcebdd

Complementary Color

#bcebdd #ebbcca

#bcebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebdd Color CSS Codes

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

#bcebdd Text Font Color

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

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


#bcebdd Background Color

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

This div background color is #bcebdd


#bcebdd Border Color

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

This div border color is #bcebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebdd


Comments

No comments written yet.

Please login to write comment.