Color Hex Logo

#bcddec Color Hex

#BCDDEC
(188,221,236)
0 Favorites   0 Comments

Color spaces of #bcddec

RGB 188221236
HSL0.550.560.83
HSV199°20°93°
CMYK 0.200.060.00   0.07
XYZ61.735868.460489.3172
Yxy68.46040.28120.3119
Hunter Lab82.7408-11.6113-6.0839
CIE-Lab86.2361-7.6581-10.9520

#bcddec color RGB value is (188,221,236).

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

The process color (four color CMYK) of #bcddec color hex is 0.20, 0.06, 0.00, 0.07. Web safe color of #bcddec is #ccccff. Color #bcddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11101100
Octal 274 335 354
Decimal 188 221 236
Hex BC DD EC

RGB Percentages of Color #bcddec

%29.15
%34.26
%36.59

CMYK Percentages of Color #bcddec

%20
%6
%0
%7

Triadic Colors of #bcddec

#bcddec #ecbcdd #ddecbc

Analogous Colors of #bcddec

#bcddec #bcc5ec #bcece3

Monochromatic Colors of #bcddec

#bcddec

Complementary Color

#bcddec #eccbbc

#bcddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddec Color CSS Codes

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

#bcddec Text Font Color

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

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


#bcddec Background Color

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

This div background color is #bcddec


#bcddec Border Color

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

This div border color is #bcddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddec


Comments

No comments written yet.

Please login to write comment.