Color Hex Logo

#bda17e Color Hex

#BDA17E
(189,161,126)
0 Favorites   0 Comments

Color spaces of #bda17e

RGB 189161126
HSL0.090.320.62
HSV33°33°74°
CMYK 0.000.150.33   0.26
XYZ37.497037.814925.0614
Yxy37.81490.37360.3767
Hunter Lab61.49381.229518.8824
CIE-Lab67.88405.141122.0592

#bda17e color RGB value is (189,161,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01111110
Octal 275 241 176
Decimal 189 161 126
Hex BD A1 7E

RGB Percentages of Color #bda17e

%39.71
%33.82
%26.47

CMYK Percentages of Color #bda17e

%0
%15
%33
%26

Triadic Colors of #bda17e

#bda17e #7ebda1 #a17ebd

Analogous Colors of #bda17e

#bda17e #babd7e #bd827e

Monochromatic Colors of #bda17e

#bda17e

Complementary Color

#bda17e #7e9abd

#bda17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda17e Color CSS Codes

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

#bda17e Text Font Color

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

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


#bda17e Background Color

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

This div background color is #bda17e


#bda17e Border Color

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

This div border color is #bda17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda17e

#bda17e Color Palettes


Comments

No comments written yet.

Please login to write comment.