Color Hex Logo

#bca082 Color Hex

#BCA082
(188,160,130)
0 Favorites   0 Comments

Color spaces of #bca082

RGB 188160130
HSL0.090.300.62
HSV31°31°74°
CMYK 0.000.150.31   0.26
XYZ37.339137.444726.3787
Yxy37.44470.36910.3701
Hunter Lab61.19211.833717.2757
CIE-Lab67.60935.809419.4747

#bca082 color RGB value is (188,160,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10000010
Octal 274 240 202
Decimal 188 160 130
Hex BC A0 82

RGB Percentages of Color #bca082

%39.33
%33.47
%27.20

CMYK Percentages of Color #bca082

%0
%15
%31
%26

Triadic Colors of #bca082

#bca082 #82bca0 #a082bc

Analogous Colors of #bca082

#bca082 #bbbc82 #bc8382

Monochromatic Colors of #bca082

#bca082

Complementary Color

#bca082 #829ebc

#bca082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca082 Color CSS Codes

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

#bca082 Text Font Color

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

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


#bca082 Background Color

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

This div background color is #bca082


#bca082 Border Color

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

This div border color is #bca082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca082


Comments

No comments written yet.

Please login to write comment.