Color Hex Logo

#bda76d Color Hex

#BDA76D
(189,167,109)
0 Favorites   0 Comments

Color spaces of #bda76d

RGB 189167109
HSL0.120.380.58
HSV44°42°74°
CMYK 0.000.120.42   0.26
XYZ37.565339.560420.1240
Yxy39.56040.38630.4068
Hunter Lab62.8971-3.460625.0580
CIE-Lab69.1553-0.116132.8956

#bda76d color RGB value is (189,167,109).

#bda76d hex color red value is 189, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bda76d hue: 0.12 , saturation: 0.38 and the lightness value of bda76d is 0.58.

The process color (four color CMYK) of #bda76d color hex is 0.00, 0.12, 0.42, 0.26. Web safe color of #bda76d is #cc9966. Color #bda76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 01101101
Octal 275 247 155
Decimal 189 167 109
Hex BD A7 6D

RGB Percentages of Color #bda76d

%40.65
%35.91
%23.44

CMYK Percentages of Color #bda76d

%0
%12
%42
%26

Triadic Colors of #bda76d

#bda76d #6dbda7 #a76dbd

Analogous Colors of #bda76d

#bda76d #abbd6d #bd7f6d

Monochromatic Colors of #bda76d

#bda76d

Complementary Color

#bda76d #6d83bd

#bda76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda76d Color CSS Codes

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

#bda76d Text Font Color

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

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


#bda76d Background Color

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

This div background color is #bda76d


#bda76d Border Color

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

This div border color is #bda76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda76d


Comments

No comments written yet.

Please login to write comment.