Color Hex Logo

#bcacad Color Hex

#BCACAD
(188,172,173)
0 Favorites   0 Comments

Color spaces of #bcacad

RGB 188172173
HSL0.990.110.71
HSV356°74°
CMYK 0.000.090.08   0.26
XYZ43.034443.213545.6081
Yxy43.21350.32640.3277
Hunter Lab65.73701.81454.8807
CIE-Lab71.69965.92351.5630

#bcacad color RGB value is (188,172,173).

#bcacad hex color red value is 188, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcacad hue: 0.99 , saturation: 0.11 and the lightness value of bcacad is 0.71.

The process color (four color CMYK) of #bcacad color hex is 0.00, 0.09, 0.08, 0.26. Web safe color of #bcacad is #cc9999. Color #bcacad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10101101
Octal 274 254 255
Decimal 188 172 173
Hex BC AC AD

RGB Percentages of Color #bcacad

%35.27
%32.27
%32.46

CMYK Percentages of Color #bcacad

%0
%9
%8
%26

Triadic Colors of #bcacad

#bcacad #adbcac #acadbc

Analogous Colors of #bcacad

#bcacad #bcb3ac #bcacb5

Monochromatic Colors of #bcacad

#bcacad

Complementary Color

#bcacad #acbcbb

#bcacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacad Color CSS Codes

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

#bcacad Text Font Color

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

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


#bcacad Background Color

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

This div background color is #bcacad


#bcacad Border Color

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

This div border color is #bcacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacad


Comments

No comments written yet.

Please login to write comment.