Color Hex Logo

#bcabad Color Hex

#BCABAD
(188,171,173)
0 Favorites   0 Comments

Color spaces of #bcabad

RGB 188171173
HSL0.980.110.70
HSV353°74°
CMYK 0.000.090.08   0.26
XYZ42.844842.834345.5449
Yxy42.83430.32650.3264
Hunter Lab65.44792.31934.5539
CIE-Lab71.44246.46781.1885

#bcabad color RGB value is (188,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10101101
Octal 274 253 255
Decimal 188 171 173
Hex BC AB AD

RGB Percentages of Color #bcabad

%35.34
%32.14
%32.52

CMYK Percentages of Color #bcabad

%0
%9
%8
%26

Triadic Colors of #bcabad

#bcabad #adbcab #abadbc

Analogous Colors of #bcabad

#bcabad #bcb2ab #bcabb6

Monochromatic Colors of #bcabad

#bcabad

Complementary Color

#bcabad #abbcba

#bcabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabad Color CSS Codes

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

#bcabad Text Font Color

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

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


#bcabad Background Color

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

This div background color is #bcabad


#bcabad Border Color

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

This div border color is #bcabad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,171,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 #bcabad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabad


Comments

No comments written yet.

Please login to write comment.