Color Hex Logo

#bda19a Color Hex

#BDA19A
(189,161,154)
0 Favorites   0 Comments

Color spaces of #bda19a

RGB 189161154
HSL0.030.210.67
HSV12°19°74°
CMYK 0.000.150.19   0.26
XYZ39.563938.641635.9452
Yxy38.64160.34660.3385
Hunter Lab62.16244.82419.2294
CIE-Lab68.49099.14307.4477

#bda19a color RGB value is (189,161,154).

#bda19a hex color red value is 189, green value is 161 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bda19a hue: 0.03 , saturation: 0.21 and the lightness value of bda19a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 10011010
Octal 275 241 232
Decimal 189 161 154
Hex BD A1 9A

RGB Percentages of Color #bda19a

%37.50
%31.94
%30.56

CMYK Percentages of Color #bda19a

%0
%15
%19
%26

Triadic Colors of #bda19a

#bda19a #9abda1 #a19abd

Analogous Colors of #bda19a

#bda19a #bdb39a #bd9aa5

Monochromatic Colors of #bda19a

#bda19a

Complementary Color

#bda19a #9ab6bd

#bda19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda19a Color CSS Codes

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

#bda19a Text Font Color

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

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


#bda19a Background Color

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

This div background color is #bda19a


#bda19a Border Color

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

This div border color is #bda19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda19a


Comments

No comments written yet.

Please login to write comment.