Color Hex Logo

#bcd0da Color Hex

#BCD0DA
(188,208,218)
0 Favorites   0 Comments

Color spaces of #bcd0da

RGB 188208218
HSL0.560.290.80
HSV200°14°85°
CMYK 0.140.050.00   0.15
XYZ55.949860.865175.1289
Yxy60.86510.29150.3171
Hunter Lab78.0161-8.5156-2.4846
CIE-Lab82.3062-4.6923-7.2374

#bcd0da color RGB value is (188,208,218).

#bcd0da hex color red value is 188, green value is 208 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcd0da hue: 0.56 , saturation: 0.29 and the lightness value of bcd0da is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 11011010
Octal 274 320 332
Decimal 188 208 218
Hex BC D0 DA

RGB Percentages of Color #bcd0da

%30.62
%33.88
%35.50

CMYK Percentages of Color #bcd0da

%14
%5
%0
%15

Triadic Colors of #bcd0da

#bcd0da #dabcd0 #d0dabc

Analogous Colors of #bcd0da

#bcd0da #bcc1da #bcdad5

Monochromatic Colors of #bcd0da

#bcd0da

Complementary Color

#bcd0da #dac6bc

#bcd0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd0da Color CSS Codes

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

#bcd0da Text Font Color

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

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


#bcd0da Background Color

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

This div background color is #bcd0da


#bcd0da Border Color

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

This div border color is #bcd0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd0da


Comments

No comments written yet.

Please login to write comment.