Color Hex Logo

#bcd1dd Color Hex

#BCD1DD
(188,209,221)
0 Favorites   0 Comments

Color spaces of #bcd1dd

RGB 188209221
HSL0.560.330.80
HSV202°15°87°
CMYK 0.150.050.00   0.13
XYZ56.590661.512877.2971
Yxy61.51280.28960.3148
Hunter Lab78.4301-8.4574-3.5324
CIE-Lab82.6536-4.5964-8.3224

#bcd1dd color RGB value is (188,209,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11011101
Octal 274 321 335
Decimal 188 209 221
Hex BC D1 DD

RGB Percentages of Color #bcd1dd

%30.42
%33.82
%35.76

CMYK Percentages of Color #bcd1dd

%15
%5
%0
%13

Triadic Colors of #bcd1dd

#bcd1dd #ddbcd1 #d1ddbc

Analogous Colors of #bcd1dd

#bcd1dd #bcc1dd #bcddd9

Monochromatic Colors of #bcd1dd

#bcd1dd

Complementary Color

#bcd1dd #ddc8bc

#bcd1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1dd Color CSS Codes

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

#bcd1dd Text Font Color

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

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


#bcd1dd Background Color

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

This div background color is #bcd1dd


#bcd1dd Border Color

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

This div border color is #bcd1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1dd


Comments

No comments written yet.

Please login to write comment.