Color Hex Logo

#bcd4dc Color Hex

#BCD4DC
(188,212,220)
0 Favorites   0 Comments

Color spaces of #bcd4dc

RGB 188212220
HSL0.540.310.80
HSV195°15°86°
CMYK 0.150.040.00   0.14
XYZ57.200862.945676.8451
Yxy62.94560.29040.3195
Hunter Lab79.3383-10.1482-1.8901
CIE-Lab83.4137-6.3662-6.6634

#bcd4dc color RGB value is (188,212,220).

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

The process color (four color CMYK) of #bcd4dc color hex is 0.15, 0.04, 0.00, 0.14. Web safe color of #bcd4dc is #cccccc. Color #bcd4dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 11011100
Octal 274 324 334
Decimal 188 212 220
Hex BC D4 DC

RGB Percentages of Color #bcd4dc

%30.32
%34.19
%35.48

CMYK Percentages of Color #bcd4dc

%15
%4
%0
%14

Triadic Colors of #bcd4dc

#bcd4dc #dcbcd4 #d4dcbc

Analogous Colors of #bcd4dc

#bcd4dc #bcc4dc #bcdcd4

Monochromatic Colors of #bcd4dc

#bcd4dc

Complementary Color

#bcd4dc #dcc4bc

#bcd4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd4dc Color CSS Codes

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

#bcd4dc Text Font Color

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

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


#bcd4dc Background Color

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

This div background color is #bcd4dc


#bcd4dc Border Color

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

This div border color is #bcd4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd4dc


Comments

No comments written yet.

Please login to write comment.