Color Hex Logo

#bda481 Color Hex

#BDA481
(189,164,129)
0 Favorites   0 Comments

Color spaces of #bda481

RGB 189164129
HSL0.100.310.62
HSV35°32°74°
CMYK 0.000.130.32   0.26
XYZ38.224238.954726.2733
Yxy38.95470.36950.3765
Hunter Lab62.41370.095318.7312
CIE-Lab68.71843.899721.5532

#bda481 color RGB value is (189,164,129).

#bda481 hex color red value is 189, green value is 164 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bda481 hue: 0.10 , saturation: 0.31 and the lightness value of bda481 is 0.62.

The process color (four color CMYK) of #bda481 color hex is 0.00, 0.13, 0.32, 0.26. Web safe color of #bda481 is #cc9999. Color #bda481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10000001
Octal 275 244 201
Decimal 189 164 129
Hex BD A4 81

RGB Percentages of Color #bda481

%39.21
%34.02
%26.76

CMYK Percentages of Color #bda481

%0
%13
%32
%26

Triadic Colors of #bda481

#bda481 #81bda4 #a481bd

Analogous Colors of #bda481

#bda481 #b8bd81 #bd8681

Monochromatic Colors of #bda481

#bda481

Complementary Color

#bda481 #819abd

#bda481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda481 Color CSS Codes

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

#bda481 Text Font Color

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

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


#bda481 Background Color

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

This div background color is #bda481


#bda481 Border Color

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

This div border color is #bda481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,164,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda481


Comments

No comments written yet.

Please login to write comment.