Color Hex Logo

#bcafb9 Color Hex

#BCAFB9
(188,175,185)
0 Favorites   0 Comments

Color spaces of #bcafb9

RGB 188175185
HSL0.870.090.71
HSV314°74°
CMYK 0.000.070.02   0.26
XYZ44.826044.854152.1941
Yxy44.85410.31600.3162
Hunter Lab66.97322.26920.6749
CIE-Lab72.79576.4548-3.4290

#bcafb9 color RGB value is (188,175,185).

#bcafb9 hex color red value is 188, green value is 175 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bcafb9 hue: 0.87 , saturation: 0.09 and the lightness value of bcafb9 is 0.71.

The process color (four color CMYK) of #bcafb9 color hex is 0.00, 0.07, 0.02, 0.26. Web safe color of #bcafb9 is #cc99cc. Color #bcafb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10111001
Octal 274 257 271
Decimal 188 175 185
Hex BC AF B9

RGB Percentages of Color #bcafb9

%34.31
%31.93
%33.76

CMYK Percentages of Color #bcafb9

%0
%7
%2
%26

Triadic Colors of #bcafb9

#bcafb9 #b9bcaf #afb9bc

Analogous Colors of #bcafb9

#bcafb9 #bcafb3 #b9afbc

Monochromatic Colors of #bcafb9

#bcafb9

Complementary Color

#bcafb9 #afbcb2

#bcafb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafb9 Color CSS Codes

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

#bcafb9 Text Font Color

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

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


#bcafb9 Background Color

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

This div background color is #bcafb9


#bcafb9 Border Color

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

This div border color is #bcafb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafb9


Comments

No comments written yet.

Please login to write comment.