Color Hex Logo

#bcddcd Color Hex

#BCDDCD
(188,221,205)
0 Favorites   0 Comments

Color spaces of #bcddcd

RGB 188221205
HSL0.420.330.80
HSV151°15°87°
CMYK 0.150.000.07   0.13
XYZ57.614966.812067.6170
Yxy66.81200.30000.3479
Hunter Lab81.7386-17.22378.1703
CIE-Lab85.4089-13.94984.2104

#bcddcd color RGB value is (188,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11001101
Octal 274 335 315
Decimal 188 221 205
Hex BC DD CD

RGB Percentages of Color #bcddcd

%30.62
%35.99
%33.39

CMYK Percentages of Color #bcddcd

%15
%0
%7
%13

Triadic Colors of #bcddcd

#bcddcd #cdbcdd #ddcdbc

Analogous Colors of #bcddcd

#bcddcd #bcdddd #bcddbd

Monochromatic Colors of #bcddcd

#bcddcd

Complementary Color

#bcddcd #ddbccc

#bcddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddcd Color CSS Codes

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

#bcddcd Text Font Color

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

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


#bcddcd Background Color

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

This div background color is #bcddcd


#bcddcd Border Color

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

This div border color is #bcddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddcd


Comments

No comments written yet.

Please login to write comment.