Color Hex Logo

#bcd4ed Color Hex

#BCD4ED
(188,212,237)
0 Favorites   0 Comments

Color spaces of #bcd4ed

RGB 188212237
HSL0.590.580.83
HSV211°21°93°
CMYK 0.210.110.00   0.07
XYZ59.568663.892889.3137
Yxy63.89280.28000.3003
Hunter Lab79.9330-6.8588-10.2950
CIE-Lab83.9099-2.7587-14.9603

#bcd4ed color RGB value is (188,212,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 11101101
Octal 274 324 355
Decimal 188 212 237
Hex BC D4 ED

RGB Percentages of Color #bcd4ed

%29.51
%33.28
%37.21

CMYK Percentages of Color #bcd4ed

%21
%11
%0
%7

Triadic Colors of #bcd4ed

#bcd4ed #edbcd4 #d4edbc

Analogous Colors of #bcd4ed

#bcd4ed #bdbced #bceded

Monochromatic Colors of #bcd4ed

#bcd4ed

Complementary Color

#bcd4ed #edd5bc

#bcd4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd4ed Color CSS Codes

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

#bcd4ed Text Font Color

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

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


#bcd4ed Background Color

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

This div background color is #bcd4ed


#bcd4ed Border Color

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

This div border color is #bcd4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd4ed


Comments

No comments written yet.

Please login to write comment.