Color Hex Logo

#bcabaf Color Hex

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

Color spaces of #bcabaf

RGB 188171175
HSL0.960.110.70
HSV346°74°
CMYK 0.000.090.07   0.26
XYZ43.039842.912346.5719
Yxy42.91230.32480.3238
Hunter Lab65.50752.64023.7036
CIE-Lab71.49546.81990.1641

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

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

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

Base Numbers

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

RGB Percentages of Color #bcabaf

%35.21
%32.02
%32.77

CMYK Percentages of Color #bcabaf

%0
%9
%7
%26

Triadic Colors of #bcabaf

#bcabaf #afbcab #abafbc

Analogous Colors of #bcabaf

#bcabaf #bcb0ab #bcabb8

Monochromatic Colors of #bcabaf

#bcabaf

Complementary Color

#bcabaf #abbcb8

#bcabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabaf Color CSS Codes

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

#bcabaf Text Font Color

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

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


#bcabaf Background Color

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

This div background color is #bcabaf


#bcabaf Border Color

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

This div border color is #bcabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabaf


Comments

No comments written yet.

Please login to write comment.