Color Hex Logo

#bcafba Color Hex

#BCAFBA
(188,175,186)
0 Favorites   0 Comments

Color spaces of #bcafba

RGB 188175186
HSL0.860.090.71
HSV309°74°
CMYK 0.000.070.01   0.26
XYZ44.931944.896552.7521
Yxy44.89650.31510.3149
Hunter Lab67.00492.43950.2251
CIE-Lab72.82376.6405-3.9365

#bcafba color RGB value is (188,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10111010
Octal 274 257 272
Decimal 188 175 186
Hex BC AF BA

RGB Percentages of Color #bcafba

%34.24
%31.88
%33.88

CMYK Percentages of Color #bcafba

%0
%7
%1
%26

Triadic Colors of #bcafba

#bcafba #babcaf #afbabc

Analogous Colors of #bcafba

#bcafba #bcafb4 #b8afbc

Monochromatic Colors of #bcafba

#bcafba

Complementary Color

#bcafba #afbcb1

#bcafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafba Color CSS Codes

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

#bcafba Text Font Color

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

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


#bcafba Background Color

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

This div background color is #bcafba


#bcafba Border Color

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

This div border color is #bcafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafba


Comments

No comments written yet.

Please login to write comment.