Color Hex Logo

#bda59e Color Hex

#BDA59E
(189,165,158)
0 Favorites   0 Comments

Color spaces of #bda59e

RGB 189165158
HSL0.040.190.68
HSV14°16°74°
CMYK 0.000.130.16   0.26
XYZ40.613040.197737.9662
Yxy40.19770.34190.3384
Hunter Lab63.40173.38838.8771
CIE-Lab69.61017.58976.8340

#bda59e color RGB value is (189,165,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 10011110
Octal 275 245 236
Decimal 189 165 158
Hex BD A5 9E

RGB Percentages of Color #bda59e

%36.91
%32.23
%30.86

CMYK Percentages of Color #bda59e

%0
%13
%16
%26

Triadic Colors of #bda59e

#bda59e #9ebda5 #a59ebd

Analogous Colors of #bda59e

#bda59e #bdb59e #bd9ea7

Monochromatic Colors of #bda59e

#bda59e

Complementary Color

#bda59e #9eb6bd

#bda59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda59e Color CSS Codes

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

#bda59e Text Font Color

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

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


#bda59e Background Color

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

This div background color is #bda59e


#bda59e Border Color

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

This div border color is #bda59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda59e


Comments

No comments written yet.

Please login to write comment.