Color Hex Logo

#bcdecd Color Hex

#BCDECD
(188,222,205)
0 Favorites   0 Comments

Color spaces of #bcdecd

RGB 188222205
HSL0.420.340.80
HSV150°15°87°
CMYK 0.150.000.08   0.13
XYZ57.879867.341767.7053
Yxy67.34170.30000.3491
Hunter Lab82.0620-17.70928.5261
CIE-Lab85.6762-14.45444.5970

#bcdecd color RGB value is (188,222,205).

#bcdecd hex color red value is 188, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcdecd hue: 0.42 , saturation: 0.34 and the lightness value of bcdecd is 0.80.

The process color (four color CMYK) of #bcdecd color hex is 0.15, 0.00, 0.08, 0.13. Web safe color of #bcdecd is #cccccc. Color #bcdecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11001101
Octal 274 336 315
Decimal 188 222 205
Hex BC DE CD

RGB Percentages of Color #bcdecd

%30.57
%36.10
%33.33

CMYK Percentages of Color #bcdecd

%15
%0
%8
%13

Triadic Colors of #bcdecd

#bcdecd #cdbcde #decdbc

Analogous Colors of #bcdecd

#bcdecd #bcdede #bcdebc

Monochromatic Colors of #bcdecd

#bcdecd

Complementary Color

#bcdecd #debccd

#bcdecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdecd Color CSS Codes

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

#bcdecd Text Font Color

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

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


#bcdecd Background Color

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

This div background color is #bcdecd


#bcdecd Border Color

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

This div border color is #bcdecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdecd

#bcdecd Color Palettes


Comments

No comments written yet.

Please login to write comment.