Color Hex Logo

#bca670 Color Hex

#BCA670
(188,166,112)
0 Favorites   0 Comments

Color spaces of #bca670

RGB 188166112
HSL0.120.360.59
HSV43°40°74°
CMYK 0.000.120.40   0.26
XYZ37.299939.133720.9169
Yxy39.13370.38320.4020
Hunter Lab62.5569-3.043123.9653
CIE-Lab68.84800.342230.8888

#bca670 color RGB value is (188,166,112).

#bca670 hex color red value is 188, green value is 166 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bca670 hue: 0.12 , saturation: 0.36 and the lightness value of bca670 is 0.59.

The process color (four color CMYK) of #bca670 color hex is 0.00, 0.12, 0.40, 0.26. Web safe color of #bca670 is #cc9966. Color #bca670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 01110000
Octal 274 246 160
Decimal 188 166 112
Hex BC A6 70

RGB Percentages of Color #bca670

%40.34
%35.62
%24.03

CMYK Percentages of Color #bca670

%0
%12
%40
%26

Triadic Colors of #bca670

#bca670 #70bca6 #a670bc

Analogous Colors of #bca670

#bca670 #acbc70 #bc8070

Monochromatic Colors of #bca670

#bca670

Complementary Color

#bca670 #7086bc

#bca670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca670 Color CSS Codes

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

#bca670 Text Font Color

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

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


#bca670 Background Color

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

This div background color is #bca670


#bca670 Border Color

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

This div border color is #bca670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca670


Comments

No comments written yet.

Please login to write comment.