Color Hex Logo

#bcafff Color Hex

#BCAFFF
(188,175,255)
0 Favorites   0 Comments

Color spaces of #bcafff

RGB 188175255
HSL0.691.000.84
HSV250°31°100°
CMYK 0.260.310.00   0.00
XYZ54.119048.5713101.1306
Yxy48.57130.26550.2383
Hunter Lab69.693116.6482-37.2496
CIE-Lab75.183821.3859-37.9225

#bcafff color RGB value is (188,175,255).

#bcafff hex color red value is 188, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bcafff hue: 0.69 , saturation: 1.00 and the lightness value of bcafff is 0.84.

The process color (four color CMYK) of #bcafff color hex is 0.26, 0.31, 0.00, 0.00. Web safe color of #bcafff is #cc99ff. Color #bcafff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11111111
Octal 274 257 377
Decimal 188 175 255
Hex BC AF FF

RGB Percentages of Color #bcafff

%30.42
%28.32
%41.26

CMYK Percentages of Color #bcafff

%26
%31
%0
%0

Triadic Colors of #bcafff

#bcafff #ffbcaf #afffbc

Analogous Colors of #bcafff

#bcafff #e4afff #afcaff

Monochromatic Colors of #bcafff

#bcafff

Complementary Color

#bcafff #f2ffaf

#bcafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafff Color CSS Codes

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

#bcafff Text Font Color

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

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


#bcafff Background Color

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

This div background color is #bcafff


#bcafff Border Color

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

This div border color is #bcafff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,175,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafff

Related Colors


Comments

No comments written yet.

Please login to write comment.