Color Hex Logo

#bda181 Color Hex

#BDA181
(189,161,129)
0 Favorites   0 Comments

Color spaces of #bda181

RGB 189161129
HSL0.090.310.62
HSV32°32°74°
CMYK 0.000.150.32   0.26
XYZ37.693637.893526.0964
Yxy37.89350.37070.3727
Hunter Lab61.55771.574917.9553
CIE-Lab67.94205.530620.4947

#bda181 color RGB value is (189,161,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 10000001
Octal 275 241 201
Decimal 189 161 129
Hex BD A1 81

RGB Percentages of Color #bda181

%39.46
%33.61
%26.93

CMYK Percentages of Color #bda181

%0
%15
%32
%26

Triadic Colors of #bda181

#bda181 #81bda1 #a181bd

Analogous Colors of #bda181

#bda181 #bbbd81 #bd8381

Monochromatic Colors of #bda181

#bda181

Complementary Color

#bda181 #819dbd

#bda181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda181 Color CSS Codes

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

#bda181 Text Font Color

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

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


#bda181 Background Color

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

This div background color is #bda181


#bda181 Border Color

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

This div border color is #bda181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda181


Comments

No comments written yet.

Please login to write comment.