Color Hex Logo

#bcdfec Color Hex

#BCDFEC
(188,223,236)
0 Favorites   0 Comments

Color spaces of #bcdfec

RGB 188223236
HSL0.550.560.83
HSV196°20°93°
CMYK 0.200.060.00   0.07
XYZ62.267069.522889.4943
Yxy69.52280.28140.3142
Hunter Lab83.3803-12.6149-5.2713
CIE-Lab86.7623-8.6875-10.1685

#bcdfec color RGB value is (188,223,236).

#bcdfec hex color red value is 188, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcdfec hue: 0.55 , saturation: 0.56 and the lightness value of bcdfec is 0.83.

The process color (four color CMYK) of #bcdfec color hex is 0.20, 0.06, 0.00, 0.07. Web safe color of #bcdfec is #ccccff. Color #bcdfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11101100
Octal 274 337 354
Decimal 188 223 236
Hex BC DF EC

RGB Percentages of Color #bcdfec

%29.06
%34.47
%36.48

CMYK Percentages of Color #bcdfec

%20
%6
%0
%7

Triadic Colors of #bcdfec

#bcdfec #ecbcdf #dfecbc

Analogous Colors of #bcdfec

#bcdfec #bcc7ec #bcece1

Monochromatic Colors of #bcdfec

#bcdfec

Complementary Color

#bcdfec #ecc9bc

#bcdfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfec Color CSS Codes

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

#bcdfec Text Font Color

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

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


#bcdfec Background Color

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

This div background color is #bcdfec


#bcdfec Border Color

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

This div border color is #bcdfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfec


Comments

No comments written yet.

Please login to write comment.