Color Hex Logo

#bcdefc Color Hex

#BCDEFC
(188,222,252)
0 Favorites   0 Comments

Color spaces of #bcdefc

RGB 188222252
HSL0.580.910.86
HSV208°25°99°
CMYK 0.250.120.00   0.01
XYZ64.431069.9622102.2036
Yxy69.96220.27230.2957
Hunter Lab83.6434-8.8764-13.8959
CIE-Lab86.9783-4.6453-18.2749

#bcdefc color RGB value is (188,222,252).

#bcdefc hex color red value is 188, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bcdefc hue: 0.58 , saturation: 0.91 and the lightness value of bcdefc is 0.86.

The process color (four color CMYK) of #bcdefc color hex is 0.25, 0.12, 0.00, 0.01. Web safe color of #bcdefc is #ccccff. Color #bcdefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11111100
Octal 274 336 374
Decimal 188 222 252
Hex BC DE FC

RGB Percentages of Color #bcdefc

%28.40
%33.53
%38.07

CMYK Percentages of Color #bcdefc

%25
%12
%0
%1

Triadic Colors of #bcdefc

#bcdefc #fcbcde #defcbc

Analogous Colors of #bcdefc

#bcdefc #bcbefc #bcfcfa

Monochromatic Colors of #bcdefc

#bcdefc

Complementary Color

#bcdefc #fcdabc

#bcdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdefc Color CSS Codes

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

#bcdefc Text Font Color

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

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


#bcdefc Background Color

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

This div background color is #bcdefc


#bcdefc Border Color

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

This div border color is #bcdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdefc


Comments

No comments written yet.

Please login to write comment.