Color Hex Logo

#bcd1da Color Hex

#BCD1DA
(188,209,218)
0 Favorites   0 Comments

Color spaces of #bcd1da

RGB 188209218
HSL0.550.290.80
HSV198°14°85°
CMYK 0.140.040.00   0.15
XYZ56.194461.354375.2105
Yxy61.35430.29150.3183
Hunter Lab78.3290-9.0171-2.0992
CIE-Lab82.5688-5.2147-6.8485

#bcd1da color RGB value is (188,209,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11011010
Octal 274 321 332
Decimal 188 209 218
Hex BC D1 DA

RGB Percentages of Color #bcd1da

%30.57
%33.98
%35.45

CMYK Percentages of Color #bcd1da

%14
%4
%0
%15

Triadic Colors of #bcd1da

#bcd1da #dabcd1 #d1dabc

Analogous Colors of #bcd1da

#bcd1da #bcc2da #bcdad4

Monochromatic Colors of #bcd1da

#bcd1da

Complementary Color

#bcd1da #dac5bc

#bcd1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1da Color CSS Codes

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

#bcd1da Text Font Color

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

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


#bcd1da Background Color

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

This div background color is #bcd1da


#bcd1da Border Color

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

This div border color is #bcd1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1da


Comments

No comments written yet.

Please login to write comment.