Color Hex Logo

#bcd6df Color Hex

#BCD6DF
(188,214,223)
0 Favorites   0 Comments

Color spaces of #bcd6df

RGB 188214223
HSL0.540.350.81
HSV195°16°87°
CMYK 0.160.040.00   0.13
XYZ58.104964.112279.1245
Yxy64.11220.28860.3184
Hunter Lab80.0701-10.5896-2.5407
CIE-Lab84.0242-6.7848-7.3545

#bcd6df color RGB value is (188,214,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 11011111
Octal 274 326 337
Decimal 188 214 223
Hex BC D6 DF

RGB Percentages of Color #bcd6df

%30.08
%34.24
%35.68

CMYK Percentages of Color #bcd6df

%16
%4
%0
%13

Triadic Colors of #bcd6df

#bcd6df #dfbcd6 #d6dfbc

Analogous Colors of #bcd6df

#bcd6df #bcc5df #bcdfd7

Monochromatic Colors of #bcd6df

#bcd6df

Complementary Color

#bcd6df #dfc5bc

#bcd6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd6df Color CSS Codes

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

#bcd6df Text Font Color

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

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


#bcd6df Background Color

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

This div background color is #bcd6df


#bcd6df Border Color

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

This div border color is #bcd6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd6df


Comments

No comments written yet.

Please login to write comment.