Color Hex Logo

#bda37e Color Hex

#BDA37E
(189,163,126)
0 Favorites   0 Comments

Color spaces of #bda37e

RGB 189163126
HSL0.100.320.62
HSV35°33°74°
CMYK 0.000.140.33   0.26
XYZ37.849438.519625.1788
Yxy38.51960.37270.3793
Hunter Lab62.06420.244719.3916
CIE-Lab68.40184.054122.7610

#bda37e color RGB value is (189,163,126).

#bda37e hex color red value is 189, green value is 163 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bda37e hue: 0.10 , saturation: 0.32 and the lightness value of bda37e is 0.62.

The process color (four color CMYK) of #bda37e color hex is 0.00, 0.14, 0.33, 0.26. Web safe color of #bda37e is #cc9966. Color #bda37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01111110
Octal 275 243 176
Decimal 189 163 126
Hex BD A3 7E

RGB Percentages of Color #bda37e

%39.54
%34.10
%26.36

CMYK Percentages of Color #bda37e

%0
%14
%33
%26

Triadic Colors of #bda37e

#bda37e #7ebda3 #a37ebd

Analogous Colors of #bda37e

#bda37e #b8bd7e #bd847e

Monochromatic Colors of #bda37e

#bda37e

Complementary Color

#bda37e #7e98bd

#bda37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda37e Color CSS Codes

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

#bda37e Text Font Color

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

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


#bda37e Background Color

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

This div background color is #bda37e


#bda37e Border Color

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

This div border color is #bda37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda37e


Comments

No comments written yet.

Please login to write comment.