Color Hex Logo

#bccffa Color Hex

#BCCFFA
(188,207,250)
0 Favorites   0 Comments

Color spaces of #bccffa

RGB 188207250
HSL0.620.860.86
HSV222°25°98°
CMYK 0.250.170.00   0.02
XYZ60.307262.219199.2734
Yxy62.21910.27190.2805
Hunter Lab78.8791-1.5658-19.4042
CIE-Lab83.02982.7962-23.1931

#bccffa color RGB value is (188,207,250).

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

The process color (four color CMYK) of #bccffa color hex is 0.25, 0.17, 0.00, 0.02. Web safe color of #bccffa is #ccccff. Color #bccffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11111010
Octal 274 317 372
Decimal 188 207 250
Hex BC CF FA

RGB Percentages of Color #bccffa

%29.15
%32.09
%38.76

CMYK Percentages of Color #bccffa

%25
%17
%0
%2

Triadic Colors of #bccffa

#bccffa #fabccf #cffabc

Analogous Colors of #bccffa

#bccffa #c8bcfa #bceefa

Monochromatic Colors of #bccffa

#bccffa

Complementary Color

#bccffa #fae7bc

#bccffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccffa Color CSS Codes

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

#bccffa Text Font Color

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

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


#bccffa Background Color

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

This div background color is #bccffa


#bccffa Border Color

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

This div border color is #bccffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccffa


Comments

No comments written yet.

Please login to write comment.