Color Hex Logo

#bcebdc Color Hex

#BCEBDC
(188,235,220)
0 Favorites   0 Comments

Color spaces of #bcebdc

RGB 188235220
HSL0.450.540.83
HSV161°20°92°
CMYK 0.200.000.06   0.08
XYZ63.365675.275378.9000
Yxy75.27530.29130.3460
Hunter Lab86.7613-21.46606.8151
CIE-Lab89.5218-18.04292.2944

#bcebdc color RGB value is (188,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11011100
Octal 274 353 334
Decimal 188 235 220
Hex BC EB DC

RGB Percentages of Color #bcebdc

%29.24
%36.55
%34.21

CMYK Percentages of Color #bcebdc

%20
%0
%6
%8

Triadic Colors of #bcebdc

#bcebdc #dcbceb #ebdcbc

Analogous Colors of #bcebdc

#bcebdc #bce3eb #bcebc5

Monochromatic Colors of #bcebdc

#bcebdc

Complementary Color

#bcebdc #ebbccb

#bcebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebdc Color CSS Codes

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

#bcebdc Text Font Color

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

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


#bcebdc Background Color

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

This div background color is #bcebdc


#bcebdc Border Color

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

This div border color is #bcebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebdc


Comments

No comments written yet.

Please login to write comment.