Color Hex Logo

#bcd7dc Color Hex

#BCD7DC
(188,215,220)
0 Favorites   0 Comments

Color spaces of #bcd7dc

RGB 188215220
HSL0.530.310.80
HSV189°15°86°
CMYK 0.150.020.00   0.14
XYZ57.957764.459677.0974
Yxy64.45960.29050.3231
Hunter Lab80.2867-11.6455-0.7340
CIE-Lab84.2045-7.9207-5.4947

#bcd7dc color RGB value is (188,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 11011100
Octal 274 327 334
Decimal 188 215 220
Hex BC D7 DC

RGB Percentages of Color #bcd7dc

%30.18
%34.51
%35.31

CMYK Percentages of Color #bcd7dc

%15
%2
%0
%14

Triadic Colors of #bcd7dc

#bcd7dc #dcbcd7 #d7dcbc

Analogous Colors of #bcd7dc

#bcd7dc #bcc7dc #bcdcd1

Monochromatic Colors of #bcd7dc

#bcd7dc

Complementary Color

#bcd7dc #dcc1bc

#bcd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd7dc Color CSS Codes

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

#bcd7dc Text Font Color

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

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


#bcd7dc Background Color

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

This div background color is #bcd7dc


#bcd7dc Border Color

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

This div border color is #bcd7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd7dc


Comments

No comments written yet.

Please login to write comment.