Color Hex Logo

#bcd2da Color Hex

#BCD2DA
(188,210,218)
0 Favorites   0 Comments

Color spaces of #bcd2da

RGB 188210218
HSL0.540.290.80
HSV196°14°85°
CMYK 0.140.040.00   0.15
XYZ56.440561.846575.2925
Yxy61.84650.29160.3195
Hunter Lab78.6425-9.5179-1.7146
CIE-Lab82.8317-5.7361-6.4595

#bcd2da color RGB value is (188,210,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 11011010
Octal 274 322 332
Decimal 188 210 218
Hex BC D2 DA

RGB Percentages of Color #bcd2da

%30.52
%34.09
%35.39

CMYK Percentages of Color #bcd2da

%14
%4
%0
%15

Triadic Colors of #bcd2da

#bcd2da #dabcd2 #d2dabc

Analogous Colors of #bcd2da

#bcd2da #bcc3da #bcdad3

Monochromatic Colors of #bcd2da

#bcd2da

Complementary Color

#bcd2da #dac4bc

#bcd2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd2da Color CSS Codes

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

#bcd2da Text Font Color

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

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


#bcd2da Background Color

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

This div background color is #bcd2da


#bcd2da Border Color

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

This div border color is #bcd2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd2da


Comments

No comments written yet.

Please login to write comment.