Color Hex Logo

#baccfc Color Hex

#BACCFC
(186,204,252)
0 Favorites   0 Comments

Color spaces of #baccfc

RGB 186204252
HSL0.620.920.86
HSV224°26°99°
CMYK 0.260.190.00   0.01
XYZ59.413360.6531100.6713
Yxy60.65310.26920.2748
Hunter Lab77.8801-0.1158-22.1248
CIE-Lab82.19194.2745-25.5438

#baccfc color RGB value is (186,204,252).

#baccfc hex color red value is 186, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #baccfc hue: 0.62 , saturation: 0.92 and the lightness value of baccfc is 0.86.

The process color (four color CMYK) of #baccfc color hex is 0.26, 0.19, 0.00, 0.01. Web safe color of #baccfc is #ccccff. Color #baccfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11111100
Octal 272 314 374
Decimal 186 204 252
Hex BA CC FC

RGB Percentages of Color #baccfc

%28.97
%31.78
%39.25

CMYK Percentages of Color #baccfc

%26
%19
%0
%1

Triadic Colors of #baccfc

#baccfc #fcbacc #ccfcba

Analogous Colors of #baccfc

#baccfc #c9bafc #baedfc

Monochromatic Colors of #baccfc

#baccfc

Complementary Color

#baccfc #fceaba

#baccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccfc Color CSS Codes

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

#baccfc Text Font Color

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

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


#baccfc Background Color

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

This div background color is #baccfc


#baccfc Border Color

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

This div border color is #baccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccfc


Comments

No comments written yet.

Please login to write comment.