Color Hex Logo

#bcadc0 Color Hex

#BCADC0
(188,173,192)
0 Favorites   0 Comments

Color spaces of #bcadc0

RGB 188173192
HSL0.800.130.72
HSV287°10°75°
CMYK 0.020.100.00   0.25
XYZ45.197044.384356.0541
Yxy44.38430.31030.3048
Hunter Lab66.62154.5092-3.2504
CIE-Lab72.48468.8665-7.7325

#bcadc0 color RGB value is (188,173,192).

#bcadc0 hex color red value is 188, green value is 173 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bcadc0 hue: 0.80 , saturation: 0.13 and the lightness value of bcadc0 is 0.72.

The process color (four color CMYK) of #bcadc0 color hex is 0.02, 0.10, 0.00, 0.25. Web safe color of #bcadc0 is #cc99cc. Color #bcadc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11000000
Octal 274 255 300
Decimal 188 173 192
Hex BC AD C0

RGB Percentages of Color #bcadc0

%34.00
%31.28
%34.72

CMYK Percentages of Color #bcadc0

%2
%10
%0
%25

Triadic Colors of #bcadc0

#bcadc0 #c0bcad #adc0bc

Analogous Colors of #bcadc0

#bcadc0 #c0adbb #b3adc0

Monochromatic Colors of #bcadc0

#bcadc0

Complementary Color

#bcadc0 #b1c0ad

#bcadc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadc0 Color CSS Codes

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

#bcadc0 Text Font Color

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

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


#bcadc0 Background Color

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

This div background color is #bcadc0


#bcadc0 Border Color

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

This div border color is #bcadc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadc0


Comments

No comments written yet.

Please login to write comment.