Color Hex Logo

#bda499 Color Hex

#BDA499
(189,164,153)
0 Favorites   0 Comments

Color spaces of #bda499

RGB 189164153
HSL0.050.210.67
HSV18°19°74°
CMYK 0.000.130.19   0.26
XYZ40.011539.669635.6852
Yxy39.66960.34680.3439
Hunter Lab62.98383.173410.4963
CIE-Lab69.23367.34439.0623

#bda499 color RGB value is (189,164,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10011001
Octal 275 244 231
Decimal 189 164 153
Hex BD A4 99

RGB Percentages of Color #bda499

%37.35
%32.41
%30.24

CMYK Percentages of Color #bda499

%0
%13
%19
%26

Triadic Colors of #bda499

#bda499 #99bda4 #a499bd

Analogous Colors of #bda499

#bda499 #bdb699 #bd99a0

Monochromatic Colors of #bda499

#bda499

Complementary Color

#bda499 #99b2bd

#bda499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda499 Color CSS Codes

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

#bda499 Text Font Color

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

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


#bda499 Background Color

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

This div background color is #bda499


#bda499 Border Color

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

This div border color is #bda499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda499


Comments

No comments written yet.

Please login to write comment.