Color Hex Logo

#bcad94 Color Hex

#BCAD94
(188,173,148)
0 Favorites   0 Comments

Color spaces of #bcad94

RGB 188173148
HSL0.100.230.66
HSV38°21°74°
CMYK 0.000.080.21   0.26
XYZ41.027942.716634.0997
Yxy42.71660.34820.3625
Hunter Lab65.3579-2.324514.8167
CIE-Lab71.36221.315714.8056

#bcad94 color RGB value is (188,173,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10010100
Octal 274 255 224
Decimal 188 173 148
Hex BC AD 94

RGB Percentages of Color #bcad94

%36.94
%33.99
%29.08

CMYK Percentages of Color #bcad94

%0
%8
%21
%26

Triadic Colors of #bcad94

#bcad94 #94bcad #ad94bc

Analogous Colors of #bcad94

#bcad94 #b7bc94 #bc9994

Monochromatic Colors of #bcad94

#bcad94

Complementary Color

#bcad94 #94a3bc

#bcad94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad94 Color CSS Codes

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

#bcad94 Text Font Color

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

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


#bcad94 Background Color

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

This div background color is #bcad94


#bcad94 Border Color

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

This div border color is #bcad94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,173,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 #bcad94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad94


Comments

No comments written yet.

Please login to write comment.