Color Hex Logo

#bcdfcd Color Hex

#BCDFCD
(188,223,205)
0 Favorites   0 Comments

Color spaces of #bcdfcd

RGB 188223205
HSL0.410.350.81
HSV149°16°87°
CMYK 0.160.000.08   0.13
XYZ58.146267.874567.7941
Yxy67.87450.30000.3502
Hunter Lab82.3860-18.19418.8814
CIE-Lab85.9437-14.95804.9835

#bcdfcd color RGB value is (188,223,205).

#bcdfcd hex color red value is 188, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcdfcd hue: 0.41 , saturation: 0.35 and the lightness value of bcdfcd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11001101
Octal 274 337 315
Decimal 188 223 205
Hex BC DF CD

RGB Percentages of Color #bcdfcd

%30.52
%36.20
%33.28

CMYK Percentages of Color #bcdfcd

%16
%0
%8
%13

Triadic Colors of #bcdfcd

#bcdfcd #cdbcdf #dfcdbc

Analogous Colors of #bcdfcd

#bcdfcd #bcdfdf #bddfbc

Monochromatic Colors of #bcdfcd

#bcdfcd

Complementary Color

#bcdfcd #dfbcce

#bcdfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfcd Color CSS Codes

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

#bcdfcd Text Font Color

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

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


#bcdfcd Background Color

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

This div background color is #bcdfcd


#bcdfcd Border Color

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

This div border color is #bcdfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfcd


Comments

No comments written yet.

Please login to write comment.