Color Hex Logo

#bcaffc Color Hex

#BCAFFC
(188,175,252)
0 Favorites   0 Comments

Color spaces of #bcaffc

RGB 188175252
HSL0.690.930.84
HSV250°31°99°
CMYK 0.250.310.00   0.01
XYZ53.639748.379698.6065
Yxy48.37960.26740.2411
Hunter Lab69.555415.9334-35.3647
CIE-Lab75.063720.6766-36.4925

#bcaffc color RGB value is (188,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11111100
Octal 274 257 374
Decimal 188 175 252
Hex BC AF FC

RGB Percentages of Color #bcaffc

%30.57
%28.46
%40.98

CMYK Percentages of Color #bcaffc

%25
%31
%0
%1

Triadic Colors of #bcaffc

#bcaffc #fcbcaf #affcbc

Analogous Colors of #bcaffc

#bcaffc #e3affc #afc9fc

Monochromatic Colors of #bcaffc

#bcaffc

Complementary Color

#bcaffc #effcaf

#bcaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaffc Color CSS Codes

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

#bcaffc Text Font Color

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

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


#bcaffc Background Color

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

This div background color is #bcaffc


#bcaffc Border Color

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

This div border color is #bcaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.