Color Hex Logo

#bcd8de Color Hex

#BCD8DE
(188,216,222)
0 Favorites   0 Comments

Color spaces of #bcd8de

RGB 188216222
HSL0.530.340.80
HSV191°15°87°
CMYK 0.150.030.00   0.13
XYZ58.479765.077078.5862
Yxy65.07700.28930.3219
Hunter Lab80.6703-11.7744-1.2890
CIE-Lab84.5234-8.0262-6.0850

#bcd8de color RGB value is (188,216,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 11011110
Octal 274 330 336
Decimal 188 216 222
Hex BC D8 DE

RGB Percentages of Color #bcd8de

%30.03
%34.50
%35.46

CMYK Percentages of Color #bcd8de

%15
%3
%0
%13

Triadic Colors of #bcd8de

#bcd8de #debcd8 #d8debc

Analogous Colors of #bcd8de

#bcd8de #bcc7de #bcded3

Monochromatic Colors of #bcd8de

#bcd8de

Complementary Color

#bcd8de #dec2bc

#bcd8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd8de Color CSS Codes

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

#bcd8de Text Font Color

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

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


#bcd8de Background Color

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

This div background color is #bcd8de


#bcd8de Border Color

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

This div border color is #bcd8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd8de


Comments

No comments written yet.

Please login to write comment.