Color Hex Logo

#bcadca Color Hex

#BCADCA
(188,173,202)
0 Favorites   0 Comments

Color spaces of #bcadca

RGB 188173202
HSL0.750.210.74
HSV271°14°79°
CMYK 0.070.140.00   0.21
XYZ46.343344.842862.0901
Yxy44.84280.30240.2926
Hunter Lab66.96486.3435-8.0987
CIE-Lab72.788310.8295-12.7675

#bcadca color RGB value is (188,173,202).

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

The process color (four color CMYK) of #bcadca color hex is 0.07, 0.14, 0.00, 0.21. Web safe color of #bcadca is #cc99cc. Color #bcadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11001010
Octal 274 255 312
Decimal 188 173 202
Hex BC AD CA

RGB Percentages of Color #bcadca

%33.39
%30.73
%35.88

CMYK Percentages of Color #bcadca

%7
%14
%0
%21

Triadic Colors of #bcadca

#bcadca #cabcad #adcabc

Analogous Colors of #bcadca

#bcadca #caadca #aeadca

Monochromatic Colors of #bcadca

#bcadca

Complementary Color

#bcadca #bbcaad

#bcadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadca Color CSS Codes

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

#bcadca Text Font Color

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

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


#bcadca Background Color

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

This div background color is #bcadca


#bcadca Border Color

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

This div border color is #bcadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadca

#bcadca Color Palettes


Comments

No comments written yet.

Please login to write comment.