Color Hex Logo

#baccfa Color Hex

#BACCFA
(186,204,250)
0 Favorites   0 Comments

Color spaces of #baccfa

RGB 186204250
HSL0.620.860.85
HSV223°26°98°
CMYK 0.260.180.00   0.02
XYZ59.097960.527099.0106
Yxy60.52700.27030.2768
Hunter Lab77.7991-0.5559-20.9957
CIE-Lab82.12383.8101-24.5839

#baccfa color RGB value is (186,204,250).

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

The process color (four color CMYK) of #baccfa color hex is 0.26, 0.18, 0.00, 0.02. Web safe color of #baccfa is #ccccff. Color #baccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 11111010
Octal 272 314 372
Decimal 186 204 250
Hex BA CC FA

RGB Percentages of Color #baccfa

%29.06
%31.88
%39.06

CMYK Percentages of Color #baccfa

%26
%18
%0
%2

Triadic Colors of #baccfa

#baccfa #fabacc #ccfaba

Analogous Colors of #baccfa

#baccfa #c8bafa #baecfa

Monochromatic Colors of #baccfa

#baccfa

Complementary Color

#baccfa #fae8ba

#baccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccfa Color CSS Codes

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

#baccfa Text Font Color

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

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


#baccfa Background Color

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

This div background color is #baccfa


#baccfa Border Color

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

This div border color is #baccfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,204,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccfa


Comments

No comments written yet.

Please login to write comment.