Color Hex Logo

#bcafa9 Color Hex

#BCAFA9
(188,175,169)
0 Favorites   0 Comments

Color spaces of #bcafa9

RGB 188175169
HSL0.050.120.70
HSV19°10°74°
CMYK 0.000.070.10   0.26
XYZ43.230444.215943.7921
Yxy44.21590.32940.3369
Hunter Lab66.4950-0.31827.4995
CIE-Lab72.37263.60504.7363

#bcafa9 color RGB value is (188,175,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10101001
Octal 274 257 251
Decimal 188 175 169
Hex BC AF A9

RGB Percentages of Color #bcafa9

%35.34
%32.89
%31.77

CMYK Percentages of Color #bcafa9

%0
%7
%10
%26

Triadic Colors of #bcafa9

#bcafa9 #a9bcaf #afa9bc

Analogous Colors of #bcafa9

#bcafa9 #bcb9a9 #bca9ad

Monochromatic Colors of #bcafa9

#bcafa9

Complementary Color

#bcafa9 #a9b6bc

#bcafa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafa9 Color CSS Codes

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

#bcafa9 Text Font Color

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

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


#bcafa9 Background Color

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

This div background color is #bcafa9


#bcafa9 Border Color

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

This div border color is #bcafa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafa9


Comments

No comments written yet.

Please login to write comment.