Color Hex Logo

#bda382 Color Hex

#BDA382
(189,163,130)
0 Favorites   0 Comments

Color spaces of #bda382

RGB 189163130
HSL0.090.310.63
HSV34°31°74°
CMYK 0.000.140.31   0.26
XYZ38.112738.624926.5657
Yxy38.62490.36890.3739
Hunter Lab62.14890.704118.1606
CIE-Lab68.47874.574020.6796

#bda382 color RGB value is (189,163,130).

#bda382 hex color red value is 189, green value is 163 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bda382 hue: 0.09 , saturation: 0.31 and the lightness value of bda382 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 10000010
Octal 275 243 202
Decimal 189 163 130
Hex BD A3 82

RGB Percentages of Color #bda382

%39.21
%33.82
%26.97

CMYK Percentages of Color #bda382

%0
%14
%31
%26

Triadic Colors of #bda382

#bda382 #82bda3 #a382bd

Analogous Colors of #bda382

#bda382 #babd82 #bd8682

Monochromatic Colors of #bda382

#bda382

Complementary Color

#bda382 #829cbd

#bda382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda382 Color CSS Codes

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

#bda382 Text Font Color

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

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


#bda382 Background Color

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

This div background color is #bda382


#bda382 Border Color

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

This div border color is #bda382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda382


Comments

No comments written yet.

Please login to write comment.