Color Hex Logo

#bda390 Color Hex

#BDA390
(189,163,144)
0 Favorites   0 Comments

Color spaces of #bda390

RGB 189163144
HSL0.070.250.65
HSV25°24°74°
CMYK 0.000.140.24   0.26
XYZ39.117539.026831.8568
Yxy39.02680.35560.3548
Hunter Lab62.47142.445713.4955
CIE-Lab68.77076.527513.3831

#bda390 color RGB value is (189,163,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 10010000
Octal 275 243 220
Decimal 189 163 144
Hex BD A3 90

RGB Percentages of Color #bda390

%38.10
%32.86
%29.03

CMYK Percentages of Color #bda390

%0
%14
%24
%26

Triadic Colors of #bda390

#bda390 #90bda3 #a390bd

Analogous Colors of #bda390

#bda390 #bdba90 #bd9094

Monochromatic Colors of #bda390

#bda390

Complementary Color

#bda390 #90aabd

#bda390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda390 Color CSS Codes

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

#bda390 Text Font Color

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

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


#bda390 Background Color

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

This div background color is #bda390


#bda390 Border Color

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

This div border color is #bda390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda390

#bda390 Color Palettes


Comments

No comments written yet.

Please login to write comment.