Color Hex Logo

#bca9ad Color Hex

#BCA9AD
(188,169,173)
0 Favorites   0 Comments

Color spaces of #bca9ad

RGB 188169173
HSL0.960.120.70
HSV347°10°74°
CMYK 0.000.100.08   0.26
XYZ42.469842.084445.4199
Yxy42.08440.32680.3238
Hunter Lab64.87253.33103.8994
CIE-Lab70.92917.55850.4405

#bca9ad color RGB value is (188,169,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10101101
Octal 274 251 255
Decimal 188 169 173
Hex BC A9 AD

RGB Percentages of Color #bca9ad

%35.47
%31.89
%32.64

CMYK Percentages of Color #bca9ad

%0
%10
%8
%26

Triadic Colors of #bca9ad

#bca9ad #adbca9 #a9adbc

Analogous Colors of #bca9ad

#bca9ad #bcafa9 #bca9b7

Monochromatic Colors of #bca9ad

#bca9ad

Complementary Color

#bca9ad #a9bcb8

#bca9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca9ad Color CSS Codes

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

#bca9ad Text Font Color

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

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


#bca9ad Background Color

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

This div background color is #bca9ad


#bca9ad Border Color

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

This div border color is #bca9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca9ad


Comments

No comments written yet.

Please login to write comment.