Color Hex Logo

#bccafc Color Hex

#BCCAFC
(188,202,252)
0 Favorites   0 Comments

Color spaces of #bccafc

RGB 188202252
HSL0.630.910.86
HSV227°25°99°
CMYK 0.250.200.00   0.01
XYZ59.430359.9607100.5367
Yxy59.96070.27020.2726
Hunter Lab77.43431.4875-22.7751
CIE-Lab81.81685.9319-26.1036

#bccafc color RGB value is (188,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11111100
Octal 274 312 374
Decimal 188 202 252
Hex BC CA FC

RGB Percentages of Color #bccafc

%29.28
%31.46
%39.25

CMYK Percentages of Color #bccafc

%25
%20
%0
%1

Triadic Colors of #bccafc

#bccafc #fcbcca #cafcbc

Analogous Colors of #bccafc

#bccafc #cebcfc #bceafc

Monochromatic Colors of #bccafc

#bccafc

Complementary Color

#bccafc #fceebc

#bccafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccafc Color CSS Codes

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

#bccafc Text Font Color

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

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


#bccafc Background Color

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

This div background color is #bccafc


#bccafc Border Color

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

This div border color is #bccafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccafc


Comments

No comments written yet.

Please login to write comment.