Color Hex Logo

#bcd5de Color Hex

#BCD5DE
(188,213,222)
0 Favorites   0 Comments

Color spaces of #bcd5de

RGB 188213222
HSL0.540.340.80
HSV196°15°87°
CMYK 0.150.040.00   0.13
XYZ57.718163.553878.3323
Yxy63.55380.28920.3184
Hunter Lab79.7206-10.2763-2.4530
CIE-Lab83.7329-6.4731-7.2545

#bcd5de color RGB value is (188,213,222).

#bcd5de hex color red value is 188, green value is 213 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcd5de hue: 0.54 , saturation: 0.34 and the lightness value of bcd5de is 0.80.

The process color (four color CMYK) of #bcd5de color hex is 0.15, 0.04, 0.00, 0.13. Web safe color of #bcd5de is #cccccc. Color #bcd5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 11011110
Octal 274 325 336
Decimal 188 213 222
Hex BC D5 DE

RGB Percentages of Color #bcd5de

%30.18
%34.19
%35.63

CMYK Percentages of Color #bcd5de

%15
%4
%0
%13

Triadic Colors of #bcd5de

#bcd5de #debcd5 #d5debc

Analogous Colors of #bcd5de

#bcd5de #bcc4de #bcded6

Monochromatic Colors of #bcd5de

#bcd5de

Complementary Color

#bcd5de #dec5bc

#bcd5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd5de Color CSS Codes

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

#bcd5de Text Font Color

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

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


#bcd5de Background Color

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

This div background color is #bcd5de


#bcd5de Border Color

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

This div border color is #bcd5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd5de


Comments

No comments written yet.

Please login to write comment.