Color Hex Logo

#bda490 Color Hex

#BDA490
(189,164,144)
0 Favorites   0 Comments

Color spaces of #bda490

RGB 189164144
HSL0.070.250.65
HSV27°24°74°
CMYK 0.000.130.24   0.26
XYZ39.295839.383431.9162
Yxy39.38340.35530.3561
Hunter Lab62.75621.947313.7760
CIE-Lab69.02815.982213.7444

#bda490 color RGB value is (189,164,144).

#bda490 hex color red value is 189, green value is 164 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bda490 hue: 0.07 , saturation: 0.25 and the lightness value of bda490 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10010000
Octal 275 244 220
Decimal 189 164 144
Hex BD A4 90

RGB Percentages of Color #bda490

%38.03
%33.00
%28.97

CMYK Percentages of Color #bda490

%0
%13
%24
%26

Triadic Colors of #bda490

#bda490 #90bda4 #a490bd

Analogous Colors of #bda490

#bda490 #bdbb90 #bd9093

Monochromatic Colors of #bda490

#bda490

Complementary Color

#bda490 #90a9bd

#bda490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda490 Color CSS Codes

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

#bda490 Text Font Color

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

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


#bda490 Background Color

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

This div background color is #bda490


#bda490 Border Color

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

This div border color is #bda490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda490


Comments

No comments written yet.

Please login to write comment.