Color Hex Logo

#bcd8ed Color Hex

#BCD8ED
(188,216,237)
0 Favorites   0 Comments

Color spaces of #bcd8ed

RGB 188216237
HSL0.570.580.83
HSV206°21°93°
CMYK 0.210.090.00   0.07
XYZ60.581065.917589.6512
Yxy65.91750.28030.3050
Hunter Lab81.1896-8.8910-8.6365
CIE-Lab84.9543-4.8499-13.3951

#bcd8ed color RGB value is (188,216,237).

#bcd8ed hex color red value is 188, green value is 216 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bcd8ed hue: 0.57 , saturation: 0.58 and the lightness value of bcd8ed is 0.83.

The process color (four color CMYK) of #bcd8ed color hex is 0.21, 0.09, 0.00, 0.07. Web safe color of #bcd8ed is #ccccff. Color #bcd8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 11101101
Octal 274 330 355
Decimal 188 216 237
Hex BC D8 ED

RGB Percentages of Color #bcd8ed

%29.33
%33.70
%36.97

CMYK Percentages of Color #bcd8ed

%21
%9
%0
%7

Triadic Colors of #bcd8ed

#bcd8ed #edbcd8 #d8edbc

Analogous Colors of #bcd8ed

#bcd8ed #bcc0ed #bcedea

Monochromatic Colors of #bcd8ed

#bcd8ed

Complementary Color

#bcd8ed #edd1bc

#bcd8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd8ed Color CSS Codes

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

#bcd8ed Text Font Color

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

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


#bcd8ed Background Color

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

This div background color is #bcd8ed


#bcd8ed Border Color

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

This div border color is #bcd8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd8ed


Comments

No comments written yet.

Please login to write comment.