Color Hex Logo

#bcdedf Color Hex

#BCDEDF
(188,222,223)
0 Favorites   0 Comments

Color spaces of #bcdedf

RGB 188222223
HSL0.500.350.81
HSV182°16°87°
CMYK 0.160.000.00   0.13
XYZ60.179668.261679.8160
Yxy68.26160.28900.3278
Hunter Lab82.6206-14.56930.5570
CIE-Lab86.1371-10.9005-4.2338

#bcdedf color RGB value is (188,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11011111
Octal 274 336 337
Decimal 188 222 223
Hex BC DE DF

RGB Percentages of Color #bcdedf

%29.70
%35.07
%35.23

CMYK Percentages of Color #bcdedf

%16
%0
%0
%13

Triadic Colors of #bcdedf

#bcdedf #dfbcde #dedfbc

Analogous Colors of #bcdedf

#bcdedf #bccddf #bcdfcf

Monochromatic Colors of #bcdedf

#bcdedf

Complementary Color

#bcdedf #dfbdbc

#bcdedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdedf Color CSS Codes

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

#bcdedf Text Font Color

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

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


#bcdedf Background Color

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

This div background color is #bcdedf


#bcdedf Border Color

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

This div border color is #bcdedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdedf


Comments

No comments written yet.

Please login to write comment.