Color Hex Logo

#bcddcc Color Hex

#BCDDCC
(188,221,204)
0 Favorites   0 Comments

Color spaces of #bcddcc

RGB 188221204
HSL0.410.330.80
HSV149°15°87°
CMYK 0.150.000.08   0.13
XYZ57.494666.763966.9832
Yxy66.76390.30060.3491
Hunter Lab81.7092-17.38978.5919
CIE-Lab85.3846-14.13964.7032

#bcddcc color RGB value is (188,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11001100
Octal 274 335 314
Decimal 188 221 204
Hex BC DD CC

RGB Percentages of Color #bcddcc

%30.67
%36.05
%33.28

CMYK Percentages of Color #bcddcc

%15
%0
%8
%13

Triadic Colors of #bcddcc

#bcddcc #ccbcdd #ddccbc

Analogous Colors of #bcddcc

#bcddcc #bcdddd #bdddbc

Monochromatic Colors of #bcddcc

#bcddcc

Complementary Color

#bcddcc #ddbccd

#bcddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddcc Color CSS Codes

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

#bcddcc Text Font Color

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

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


#bcddcc Background Color

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

This div background color is #bcddcc


#bcddcc Border Color

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

This div border color is #bcddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddcc


Comments

No comments written yet.

Please login to write comment.