Color Hex Logo

#bcc3fc Color Hex

#BCC3FC
(188,195,252)
0 Favorites   0 Comments

Color spaces of #bcc3fc

RGB 188195252
HSL0.650.910.86
HSV233°25°99°
CMYK 0.250.230.00   0.01
XYZ57.824856.7499100.0016
Yxy56.74990.26950.2645
Hunter Lab75.33255.1836-25.9729
CIE-Lab80.03879.7109-28.8232

#bcc3fc color RGB value is (188,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 11111100
Octal 274 303 374
Decimal 188 195 252
Hex BC C3 FC

RGB Percentages of Color #bcc3fc

%29.61
%30.71
%39.69

CMYK Percentages of Color #bcc3fc

%25
%23
%0
%1

Triadic Colors of #bcc3fc

#bcc3fc #fcbcc3 #c3fcbc

Analogous Colors of #bcc3fc

#bcc3fc #d5bcfc #bce3fc

Monochromatic Colors of #bcc3fc

#bcc3fc

Complementary Color

#bcc3fc #fcf5bc

#bcc3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3fc Color CSS Codes

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

#bcc3fc Text Font Color

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

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


#bcc3fc Background Color

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

This div background color is #bcc3fc


#bcc3fc Border Color

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

This div border color is #bcc3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3fc


Comments

No comments written yet.

Please login to write comment.