Color Hex Logo

#bcd4de Color Hex

#BCD4DE
(188,212,222)
0 Favorites   0 Comments

Color spaces of #bcd4de

RGB 188212222
HSL0.550.340.80
HSV198°15°87°
CMYK 0.150.050.00   0.13
XYZ57.467363.052378.2487
Yxy63.05230.28910.3172
Hunter Lab79.4055-9.7756-2.8424
CIE-Lab83.4699-5.9536-7.6442

#bcd4de color RGB value is (188,212,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 11011110
Octal 274 324 336
Decimal 188 212 222
Hex BC D4 DE

RGB Percentages of Color #bcd4de

%30.23
%34.08
%35.69

CMYK Percentages of Color #bcd4de

%15
%5
%0
%13

Triadic Colors of #bcd4de

#bcd4de #debcd4 #d4debc

Analogous Colors of #bcd4de

#bcd4de #bcc3de #bcded7

Monochromatic Colors of #bcd4de

#bcd4de

Complementary Color

#bcd4de #dec6bc

#bcd4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd4de Color CSS Codes

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

#bcd4de Text Font Color

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

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


#bcd4de Background Color

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

This div background color is #bcd4de


#bcd4de Border Color

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

This div border color is #bcd4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd4de


Comments

No comments written yet.

Please login to write comment.