Color Hex Logo

#bcecdc Color Hex

#BCECDC
(188,236,220)
0 Favorites   0 Comments

Color spaces of #bcecdc

RGB 188236220
HSL0.440.560.83
HSV160°20°93°
CMYK 0.200.000.07   0.07
XYZ63.652875.849678.9957
Yxy75.84960.29130.3471
Hunter Lab87.0917-21.94997.1857
CIE-Lab89.7895-18.53782.6833

#bcecdc color RGB value is (188,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11011100
Octal 274 354 334
Decimal 188 236 220
Hex BC EC DC

RGB Percentages of Color #bcecdc

%29.19
%36.65
%34.16

CMYK Percentages of Color #bcecdc

%20
%0
%7
%7

Triadic Colors of #bcecdc

#bcecdc #dcbcec #ecdcbc

Analogous Colors of #bcecdc

#bcecdc #bce4ec #bcecc4

Monochromatic Colors of #bcecdc

#bcecdc

Complementary Color

#bcecdc #ecbccc

#bcecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecdc Color CSS Codes

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

#bcecdc Text Font Color

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

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


#bcecdc Background Color

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

This div background color is #bcecdc


#bcecdc Border Color

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

This div border color is #bcecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecdc


Comments

No comments written yet.

Please login to write comment.