Color Hex Logo

#bda77d Color Hex

#BDA77D
(189,167,125)
0 Favorites   0 Comments

Color spaces of #bda77d

RGB 189167125
HSL0.110.330.62
HSV39°34°74°
CMYK 0.000.120.34   0.26
XYZ38.506739.936925.0811
Yxy39.93690.37200.3858
Hunter Lab63.1956-1.827820.7059
CIE-Lab69.42461.763024.6833

#bda77d color RGB value is (189,167,125).

#bda77d hex color red value is 189, green value is 167 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bda77d hue: 0.11 , saturation: 0.33 and the lightness value of bda77d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 01111101
Octal 275 247 175
Decimal 189 167 125
Hex BD A7 7D

RGB Percentages of Color #bda77d

%39.29
%34.72
%25.99

CMYK Percentages of Color #bda77d

%0
%12
%34
%26

Triadic Colors of #bda77d

#bda77d #7dbda7 #a77dbd

Analogous Colors of #bda77d

#bda77d #b3bd7d #bd877d

Monochromatic Colors of #bda77d

#bda77d

Complementary Color

#bda77d #7d93bd

#bda77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda77d Color CSS Codes

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

#bda77d Text Font Color

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

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


#bda77d Background Color

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

This div background color is #bda77d


#bda77d Border Color

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

This div border color is #bda77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda77d


Comments

No comments written yet.

Please login to write comment.