Color Hex Logo

#bcdcdf Color Hex

#BCDCDF
(188,220,223)
0 Favorites   0 Comments

Color spaces of #bcdcdf

RGB 188220223
HSL0.510.350.81
HSV185°16°87°
CMYK 0.160.010.00   0.13
XYZ59.651567.205579.6400
Yxy67.20550.28890.3255
Hunter Lab81.9790-13.5787-0.2131
CIE-Lab85.6076-9.8779-5.0140

#bcdcdf color RGB value is (188,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11011111
Octal 274 334 337
Decimal 188 220 223
Hex BC DC DF

RGB Percentages of Color #bcdcdf

%29.79
%34.87
%35.34

CMYK Percentages of Color #bcdcdf

%16
%1
%0
%13

Triadic Colors of #bcdcdf

#bcdcdf #dfbcdc #dcdfbc

Analogous Colors of #bcdcdf

#bcdcdf #bccbdf #bcdfd1

Monochromatic Colors of #bcdcdf

#bcdcdf

Complementary Color

#bcdcdf #dfbfbc

#bcdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcdf Color CSS Codes

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

#bcdcdf Text Font Color

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

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


#bcdcdf Background Color

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

This div background color is #bcdcdf


#bcdcdf Border Color

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

This div border color is #bcdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcdf


Comments

No comments written yet.

Please login to write comment.