Color Hex Logo

#bcd1eb Color Hex

#BCD1EB
(188,209,235)
0 Favorites   0 Comments

Color spaces of #bcd1eb

RGB 188209235
HSL0.590.540.83
HSV213°20°92°
CMYK 0.200.110.00   0.08
XYZ58.534962.290587.5354
Yxy62.29050.28090.2990
Hunter Lab78.9243-5.7315-10.5118
CIE-Lab83.0677-1.6178-15.1615

#bcd1eb color RGB value is (188,209,235).

#bcd1eb hex color red value is 188, green value is 209 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcd1eb hue: 0.59 , saturation: 0.54 and the lightness value of bcd1eb is 0.83.

The process color (four color CMYK) of #bcd1eb color hex is 0.20, 0.11, 0.00, 0.08. Web safe color of #bcd1eb is #ccccff. Color #bcd1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11101011
Octal 274 321 353
Decimal 188 209 235
Hex BC D1 EB

RGB Percentages of Color #bcd1eb

%29.75
%33.07
%37.18

CMYK Percentages of Color #bcd1eb

%20
%11
%0
%8

Triadic Colors of #bcd1eb

#bcd1eb #ebbcd1 #d1ebbc

Analogous Colors of #bcd1eb

#bcd1eb #bfbceb #bce9eb

Monochromatic Colors of #bcd1eb

#bcd1eb

Complementary Color

#bcd1eb #ebd6bc

#bcd1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1eb Color CSS Codes

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

#bcd1eb Text Font Color

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

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


#bcd1eb Background Color

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

This div background color is #bcd1eb


#bcd1eb Border Color

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

This div border color is #bcd1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1eb


Comments

No comments written yet.

Please login to write comment.