Color Hex Logo

#bcab88 Color Hex

#BCAB88
(188,171,136)
0 Favorites   0 Comments

Color spaces of #bcab88

RGB 188171136
HSL0.110.280.64
HSV40°28°74°
CMYK 0.000.090.28   0.26
XYZ39.745941.594829.2263
Yxy41.59480.35950.3762
Hunter Lab64.4940-2.859918.2778
CIE-Lab70.59070.663720.2809

#bcab88 color RGB value is (188,171,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 10001000
Octal 274 253 210
Decimal 188 171 136
Hex BC AB 88

RGB Percentages of Color #bcab88

%37.98
%34.55
%27.47

CMYK Percentages of Color #bcab88

%0
%9
%28
%26

Triadic Colors of #bcab88

#bcab88 #88bcab #ab88bc

Analogous Colors of #bcab88

#bcab88 #b3bc88 #bc9188

Monochromatic Colors of #bcab88

#bcab88

Complementary Color

#bcab88 #8899bc

#bcab88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab88 Color CSS Codes

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

#bcab88 Text Font Color

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

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


#bcab88 Background Color

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

This div background color is #bcab88


#bcab88 Border Color

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

This div border color is #bcab88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab88


Comments

No comments written yet.

Please login to write comment.