Color Hex Logo

#bda39f Color Hex

#BDA39F
(189,163,159)
0 Favorites   0 Comments

Color spaces of #bda39f

RGB 189163159
HSL0.020.190.68
HSV16°74°
CMYK 0.000.140.16   0.26
XYZ40.341539.516438.3021
Yxy39.51640.34140.3344
Hunter Lab62.86214.54317.8778
CIE-Lab69.12378.84525.5814

#bda39f color RGB value is (189,163,159).

#bda39f hex color red value is 189, green value is 163 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bda39f hue: 0.02 , saturation: 0.19 and the lightness value of bda39f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 10011111
Octal 275 243 237
Decimal 189 163 159
Hex BD A3 9F

RGB Percentages of Color #bda39f

%36.99
%31.90
%31.12

CMYK Percentages of Color #bda39f

%0
%14
%16
%26

Triadic Colors of #bda39f

#bda39f #9fbda3 #a39fbd

Analogous Colors of #bda39f

#bda39f #bdb29f #bd9faa

Monochromatic Colors of #bda39f

#bda39f

Complementary Color

#bda39f #9fb9bd

#bda39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda39f Color CSS Codes

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

#bda39f Text Font Color

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

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


#bda39f Background Color

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

This div background color is #bda39f


#bda39f Border Color

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

This div border color is #bda39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda39f

#bda39f Color Palettes


Comments

No comments written yet.

Please login to write comment.