Color Hex Logo

#bda58e Color Hex

#BDA58E
(189,165,142)
0 Favorites   0 Comments

Color spaces of #bda58e

RGB 189165142
HSL0.080.260.65
HSV29°25°74°
CMYK 0.000.130.25   0.26
XYZ39.323939.682131.1780
Yxy39.68210.35690.3601
Hunter Lab62.99371.189814.7507
CIE-Lab69.24255.146715.1464

#bda58e color RGB value is (189,165,142).

#bda58e hex color red value is 189, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bda58e hue: 0.08 , saturation: 0.26 and the lightness value of bda58e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 10001110
Octal 275 245 216
Decimal 189 165 142
Hex BD A5 8E

RGB Percentages of Color #bda58e

%38.10
%33.27
%28.63

CMYK Percentages of Color #bda58e

%0
%13
%25
%26

Triadic Colors of #bda58e

#bda58e #8ebda5 #a58ebd

Analogous Colors of #bda58e

#bda58e #bdbd8e #bd8e8f

Monochromatic Colors of #bda58e

#bda58e

Complementary Color

#bda58e #8ea6bd

#bda58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda58e Color CSS Codes

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

#bda58e Text Font Color

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

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


#bda58e Background Color

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

This div background color is #bda58e


#bda58e Border Color

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

This div border color is #bda58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda58e


Comments

No comments written yet.

Please login to write comment.