Color Hex Logo

#bcad77 Color Hex

#BCAD77
(188,173,119)
0 Favorites   0 Comments

Color spaces of #bcad77

RGB 188173119
HSL0.130.340.60
HSV47°37°74°
CMYK 0.000.080.37   0.26
XYZ39.012441.910423.4861
Yxy41.91040.37370.4014
Hunter Lab64.7382-5.724723.8072
CIE-Lab70.8091-2.592229.7264

#bcad77 color RGB value is (188,173,119).

#bcad77 hex color red value is 188, green value is 173 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bcad77 hue: 0.13 , saturation: 0.34 and the lightness value of bcad77 is 0.60.

The process color (four color CMYK) of #bcad77 color hex is 0.00, 0.08, 0.37, 0.26. Web safe color of #bcad77 is #cc9966. Color #bcad77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 01110111
Octal 274 255 167
Decimal 188 173 119
Hex BC AD 77

RGB Percentages of Color #bcad77

%39.17
%36.04
%24.79

CMYK Percentages of Color #bcad77

%0
%8
%37
%26

Triadic Colors of #bcad77

#bcad77 #77bcad #ad77bc

Analogous Colors of #bcad77

#bcad77 #a9bc77 #bc8b77

Monochromatic Colors of #bcad77

#bcad77

Complementary Color

#bcad77 #7786bc

#bcad77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad77 Color CSS Codes

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

#bcad77 Text Font Color

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

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


#bcad77 Background Color

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

This div background color is #bcad77


#bcad77 Border Color

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

This div border color is #bcad77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad77


Comments

No comments written yet.

Please login to write comment.