Color Hex Logo

#bcadc7 Color Hex

#BCADC7
(188,173,199)
0 Favorites   0 Comments

Color spaces of #bcadc7

RGB 188173199
HSL0.760.190.73
HSV275°13°78°
CMYK 0.060.130.00   0.22
XYZ45.991444.702060.2372
Yxy44.70200.30470.2962
Hunter Lab66.85965.7825-6.6157
CIE-Lab72.695210.2319-11.2615

#bcadc7 color RGB value is (188,173,199).

#bcadc7 hex color red value is 188, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bcadc7 hue: 0.76 , saturation: 0.19 and the lightness value of bcadc7 is 0.73.

The process color (four color CMYK) of #bcadc7 color hex is 0.06, 0.13, 0.00, 0.22. Web safe color of #bcadc7 is #cc99cc. Color #bcadc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11000111
Octal 274 255 307
Decimal 188 173 199
Hex BC AD C7

RGB Percentages of Color #bcadc7

%33.57
%30.89
%35.54

CMYK Percentages of Color #bcadc7

%6
%13
%0
%22

Triadic Colors of #bcadc7

#bcadc7 #c7bcad #adc7bc

Analogous Colors of #bcadc7

#bcadc7 #c7adc5 #afadc7

Monochromatic Colors of #bcadc7

#bcadc7

Complementary Color

#bcadc7 #b8c7ad

#bcadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadc7 Color CSS Codes

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

#bcadc7 Text Font Color

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

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


#bcadc7 Background Color

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

This div background color is #bcadc7


#bcadc7 Border Color

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

This div border color is #bcadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadc7


Comments

No comments written yet.

Please login to write comment.