Color Hex Logo

#bcafab Color Hex

#BCAFAB
(188,175,171)
0 Favorites   0 Comments

Color spaces of #bcafab

RGB 188175171
HSL0.040.110.70
HSV14°74°
CMYK 0.000.070.09   0.26
XYZ43.419744.291644.7887
Yxy44.29160.32770.3343
Hunter Lab66.5519-0.00926.6849
CIE-Lab72.42303.94813.7117

#bcafab color RGB value is (188,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10101011
Octal 274 257 253
Decimal 188 175 171
Hex BC AF AB

RGB Percentages of Color #bcafab

%35.21
%32.77
%32.02

CMYK Percentages of Color #bcafab

%0
%7
%9
%26

Triadic Colors of #bcafab

#bcafab #abbcaf #afabbc

Analogous Colors of #bcafab

#bcafab #bcb8ab #bcabb0

Monochromatic Colors of #bcafab

#bcafab

Complementary Color

#bcafab #abb8bc

#bcafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafab Color CSS Codes

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

#bcafab Text Font Color

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

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


#bcafab Background Color

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

This div background color is #bcafab


#bcafab Border Color

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

This div border color is #bcafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafab


Comments

No comments written yet.

Please login to write comment.