Color Hex Logo

#bcad93 Color Hex

#BCAD93
(188,173,147)
0 Favorites   0 Comments

Color spaces of #bcad93

RGB 188173147
HSL0.110.230.66
HSV38°22°74°
CMYK 0.000.080.22   0.26
XYZ40.949142.685133.6846
Yxy42.68510.34900.3638
Hunter Lab65.3338-2.456315.1651
CIE-Lab71.34071.166215.3219

#bcad93 color RGB value is (188,173,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10010011
Octal 274 255 223
Decimal 188 173 147
Hex BC AD 93

RGB Percentages of Color #bcad93

%37.01
%34.06
%28.94

CMYK Percentages of Color #bcad93

%0
%8
%22
%26

Triadic Colors of #bcad93

#bcad93 #93bcad #ad93bc

Analogous Colors of #bcad93

#bcad93 #b7bc93 #bc9993

Monochromatic Colors of #bcad93

#bcad93

Complementary Color

#bcad93 #93a2bc

#bcad93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad93 Color CSS Codes

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

#bcad93 Text Font Color

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

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


#bcad93 Background Color

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

This div background color is #bcad93


#bcad93 Border Color

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

This div border color is #bcad93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad93


Comments

No comments written yet.

Please login to write comment.