Color Hex Logo

#bcadcf Color Hex

#BCADCF
(188,173,207)
0 Favorites   0 Comments

Color spaces of #bcadcf

RGB 188173207
HSL0.740.260.75
HSV266°16°81°
CMYK 0.090.160.00   0.19
XYZ46.945145.083565.2592
Yxy45.08350.29850.2866
Hunter Lab67.14427.2990-10.6245
CIE-Lab72.946811.8421-15.2691

#bcadcf color RGB value is (188,173,207).

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

The process color (four color CMYK) of #bcadcf color hex is 0.09, 0.16, 0.00, 0.19. Web safe color of #bcadcf is #cc99cc. Color #bcadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11001111
Octal 274 255 317
Decimal 188 173 207
Hex BC AD CF

RGB Percentages of Color #bcadcf

%33.10
%30.46
%36.44

CMYK Percentages of Color #bcadcf

%9
%16
%0
%19

Triadic Colors of #bcadcf

#bcadcf #cfbcad #adcfbc

Analogous Colors of #bcadcf

#bcadcf #cdadcf #adafcf

Monochromatic Colors of #bcadcf

#bcadcf

Complementary Color

#bcadcf #c0cfad

#bcadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadcf Color CSS Codes

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

#bcadcf Text Font Color

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

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


#bcadcf Background Color

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

This div background color is #bcadcf


#bcadcf Border Color

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

This div border color is #bcadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadcf

#bcadcf Color Palettes


Comments

No comments written yet.

Please login to write comment.