Color Hex Logo

#bcd1df Color Hex

#BCD1DF
(188,209,223)
0 Favorites   0 Comments

Color spaces of #bcd1df

RGB 188209223
HSL0.570.350.81
HSV204°16°87°
CMYK 0.160.060.00   0.13
XYZ56.858861.620078.7091
Yxy61.62000.28830.3125
Hunter Lab78.4984-8.0792-4.5003
CIE-Lab82.7109-4.1798-9.3034

#bcd1df color RGB value is (188,209,223).

#bcd1df hex color red value is 188, green value is 209 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcd1df hue: 0.57 , saturation: 0.35 and the lightness value of bcd1df is 0.81.

The process color (four color CMYK) of #bcd1df color hex is 0.16, 0.06, 0.00, 0.13. Web safe color of #bcd1df is #cccccc. Color #bcd1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 11011111
Octal 274 321 337
Decimal 188 209 223
Hex BC D1 DF

RGB Percentages of Color #bcd1df

%30.32
%33.71
%35.97

CMYK Percentages of Color #bcd1df

%16
%6
%0
%13

Triadic Colors of #bcd1df

#bcd1df #dfbcd1 #d1dfbc

Analogous Colors of #bcd1df

#bcd1df #bcc0df #bcdfdc

Monochromatic Colors of #bcd1df

#bcd1df

Complementary Color

#bcd1df #dfcabc

#bcd1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd1df Color CSS Codes

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

#bcd1df Text Font Color

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

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


#bcd1df Background Color

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

This div background color is #bcd1df


#bcd1df Border Color

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

This div border color is #bcd1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd1df


Comments

No comments written yet.

Please login to write comment.