Color Hex Logo

#bcd5e4 Color Hex

#BCD5E4
(188,213,228)
0 Favorites   0 Comments

Color spaces of #bcd5e4

RGB 188213228
HSL0.560.430.82
HSV203°18°89°
CMYK 0.180.070.00   0.11
XYZ58.536963.881382.6439
Yxy63.88130.28550.3115
Hunter Lab79.9258-9.1384-5.3583
CIE-Lab83.9039-5.2175-10.1891

#bcd5e4 color RGB value is (188,213,228).

#bcd5e4 hex color red value is 188, green value is 213 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bcd5e4 hue: 0.56 , saturation: 0.43 and the lightness value of bcd5e4 is 0.82.

The process color (four color CMYK) of #bcd5e4 color hex is 0.18, 0.07, 0.00, 0.11. Web safe color of #bcd5e4 is #cccccc. Color #bcd5e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 11100100
Octal 274 325 344
Decimal 188 213 228
Hex BC D5 E4

RGB Percentages of Color #bcd5e4

%29.89
%33.86
%36.25

CMYK Percentages of Color #bcd5e4

%18
%7
%0
%11

Triadic Colors of #bcd5e4

#bcd5e4 #e4bcd5 #d5e4bc

Analogous Colors of #bcd5e4

#bcd5e4 #bcc1e4 #bce4df

Monochromatic Colors of #bcd5e4

#bcd5e4

Complementary Color

#bcd5e4 #e4cbbc

#bcd5e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd5e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd5e4 Color CSS Codes

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

#bcd5e4 Text Font Color

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

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


#bcd5e4 Background Color

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

This div background color is #bcd5e4


#bcd5e4 Border Color

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

This div border color is #bcd5e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd5e4


Comments

No comments written yet.

Please login to write comment.