Color Hex Logo

#bcad82 Color Hex

#BCAD82
(188,173,130)
0 Favorites   0 Comments

Color spaces of #bcad82

RGB 188173130
HSL0.120.300.62
HSV44°31°74°
CMYK 0.000.080.31   0.26
XYZ39.711942.190227.1696
Yxy42.19020.36410.3868
Hunter Lab64.9540-4.537220.6674
CIE-Lab71.0019-1.215424.0901

#bcad82 color RGB value is (188,173,130).

#bcad82 hex color red value is 188, green value is 173 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bcad82 hue: 0.12 , saturation: 0.30 and the lightness value of bcad82 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10000010
Octal 274 255 202
Decimal 188 173 130
Hex BC AD 82

RGB Percentages of Color #bcad82

%38.29
%35.23
%26.48

CMYK Percentages of Color #bcad82

%0
%8
%31
%26

Triadic Colors of #bcad82

#bcad82 #82bcad #ad82bc

Analogous Colors of #bcad82

#bcad82 #aebc82 #bc9082

Monochromatic Colors of #bcad82

#bcad82

Complementary Color

#bcad82 #8291bc

#bcad82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad82 Color CSS Codes

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

#bcad82 Text Font Color

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

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


#bcad82 Background Color

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

This div background color is #bcad82


#bcad82 Border Color

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

This div border color is #bcad82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad82


Comments

No comments written yet.

Please login to write comment.