Color Hex Logo

#bcdeec Color Hex

#BCDEEC
(188,222,236)
0 Favorites   0 Comments

Color spaces of #bcdeec

RGB 188222236
HSL0.550.560.83
HSV198°20°93°
CMYK 0.200.060.00   0.07
XYZ62.000668.990089.4055
Yxy68.99000.28130.3130
Hunter Lab83.0602-12.1134-5.6772
CIE-Lab86.4991-8.1733-10.5603

#bcdeec color RGB value is (188,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11101100
Octal 274 336 354
Decimal 188 222 236
Hex BC DE EC

RGB Percentages of Color #bcdeec

%29.10
%34.37
%36.53

CMYK Percentages of Color #bcdeec

%20
%6
%0
%7

Triadic Colors of #bcdeec

#bcdeec #ecbcde #deecbc

Analogous Colors of #bcdeec

#bcdeec #bcc6ec #bcece2

Monochromatic Colors of #bcdeec

#bcdeec

Complementary Color

#bcdeec #eccabc

#bcdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeec Color CSS Codes

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

#bcdeec Text Font Color

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

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


#bcdeec Background Color

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

This div background color is #bcdeec


#bcdeec Border Color

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

This div border color is #bcdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeec


Comments

No comments written yet.

Please login to write comment.