Color Hex Logo

#bcafcd Color Hex

#BCAFCD
(188,175,205)
0 Favorites   0 Comments

Color spaces of #bcafcd

RGB 188175205
HSL0.740.230.75
HSV266°15°80°
CMYK 0.080.150.00   0.20
XYZ47.088545.759164.1082
Yxy45.75910.30000.2915
Hunter Lab67.64555.8756-8.8378
CIE-Lab73.388910.3385-13.5096

#bcafcd color RGB value is (188,175,205).

#bcafcd hex color red value is 188, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcafcd hue: 0.74 , saturation: 0.23 and the lightness value of bcafcd is 0.75.

The process color (four color CMYK) of #bcafcd color hex is 0.08, 0.15, 0.00, 0.20. Web safe color of #bcafcd is #cc99cc. Color #bcafcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11001101
Octal 274 257 315
Decimal 188 175 205
Hex BC AF CD

RGB Percentages of Color #bcafcd

%33.10
%30.81
%36.09

CMYK Percentages of Color #bcafcd

%8
%15
%0
%20

Triadic Colors of #bcafcd

#bcafcd #cdbcaf #afcdbc

Analogous Colors of #bcafcd

#bcafcd #cbafcd #afb1cd

Monochromatic Colors of #bcafcd

#bcafcd

Complementary Color

#bcafcd #c0cdaf

#bcafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafcd Color CSS Codes

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

#bcafcd Text Font Color

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

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


#bcafcd Background Color

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

This div background color is #bcafcd


#bcafcd Border Color

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

This div border color is #bcafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafcd


Comments

No comments written yet.

Please login to write comment.