Color Hex Logo

#bcaffa Color Hex

#BCAFFA
(188,175,250)
0 Favorites   0 Comments

Color spaces of #bcaffa

RGB 188175250
HSL0.700.880.83
HSV250°30°98°
CMYK 0.250.300.00   0.02
XYZ53.324348.253496.9458
Yxy48.25340.26860.2431
Hunter Lab69.464715.4617-34.1206
CIE-Lab74.984520.2068-35.5367

#bcaffa color RGB value is (188,175,250).

#bcaffa hex color red value is 188, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bcaffa hue: 0.70 , saturation: 0.88 and the lightness value of bcaffa is 0.83.

The process color (four color CMYK) of #bcaffa color hex is 0.25, 0.30, 0.00, 0.02. Web safe color of #bcaffa is #cc99ff. Color #bcaffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11111010
Octal 274 257 372
Decimal 188 175 250
Hex BC AF FA

RGB Percentages of Color #bcaffa

%30.67
%28.55
%40.78

CMYK Percentages of Color #bcaffa

%25
%30
%0
%2

Triadic Colors of #bcaffa

#bcaffa #fabcaf #affabc

Analogous Colors of #bcaffa

#bcaffa #e2affa #afc8fa

Monochromatic Colors of #bcaffa

#bcaffa

Complementary Color

#bcaffa #edfaaf

#bcaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaffa Color CSS Codes

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

#bcaffa Text Font Color

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

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


#bcaffa Background Color

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

This div background color is #bcaffa


#bcaffa Border Color

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

This div border color is #bcaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaffa


Comments

No comments written yet.

Please login to write comment.