Color Hex Logo

#bcafcc Color Hex

#BCAFCC
(188,175,204)
0 Favorites   0 Comments

Color spaces of #bcafcc

RGB 188175204
HSL0.740.220.74
HSV267°14°80°
CMYK 0.080.140.00   0.20
XYZ46.968145.710963.4744
Yxy45.71090.30080.2927
Hunter Lab67.60985.6855-8.3366
CIE-Lab73.357510.1364-13.0095

#bcafcc color RGB value is (188,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11001100
Octal 274 257 314
Decimal 188 175 204
Hex BC AF CC

RGB Percentages of Color #bcafcc

%33.16
%30.86
%35.98

CMYK Percentages of Color #bcafcc

%8
%14
%0
%20

Triadic Colors of #bcafcc

#bcafcc #ccbcaf #afccbc

Analogous Colors of #bcafcc

#bcafcc #cbafcc #afb1cc

Monochromatic Colors of #bcafcc

#bcafcc

Complementary Color

#bcafcc #bfccaf

#bcafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafcc Color CSS Codes

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

#bcafcc Text Font Color

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

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


#bcafcc Background Color

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

This div background color is #bcafcc


#bcafcc Border Color

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

This div border color is #bcafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafcc


Comments

No comments written yet.

Please login to write comment.