Color Hex Logo

#bcac94 Color Hex

#BCAC94
(188,172,148)
0 Favorites   0 Comments

Color spaces of #bcac94

RGB 188172148
HSL0.100.230.66
HSV36°21°74°
CMYK 0.000.090.21   0.26
XYZ40.836942.334534.0360
Yxy42.33450.34840.3612
Hunter Lab65.0650-1.831314.5304
CIE-Lab71.10091.854514.4398

#bcac94 color RGB value is (188,172,148).

#bcac94 hex color red value is 188, green value is 172 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcac94 hue: 0.10 , saturation: 0.23 and the lightness value of bcac94 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10010100
Octal 274 254 224
Decimal 188 172 148
Hex BC AC 94

RGB Percentages of Color #bcac94

%37.01
%33.86
%29.13

CMYK Percentages of Color #bcac94

%0
%9
%21
%26

Triadic Colors of #bcac94

#bcac94 #94bcac #ac94bc

Analogous Colors of #bcac94

#bcac94 #b8bc94 #bc9894

Monochromatic Colors of #bcac94

#bcac94

Complementary Color

#bcac94 #94a4bc

#bcac94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac94 Color CSS Codes

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

#bcac94 Text Font Color

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

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


#bcac94 Background Color

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

This div background color is #bcac94


#bcac94 Border Color

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

This div border color is #bcac94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac94


Comments

No comments written yet.

Please login to write comment.