Color Hex Logo

#bdaf7d Color Hex

#BDAF7D
(189,175,125)
0 Favorites   0 Comments

Color spaces of #bdaf7d

RGB 189175125
HSL0.130.330.62
HSV47°34°74°
CMYK 0.000.070.34   0.26
XYZ40.017942.959425.5849
Yxy42.95940.36860.3957
Hunter Lab65.5434-5.716822.7365
CIE-Lab71.5274-2.523027.4934

#bdaf7d color RGB value is (189,175,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 01111101
Octal 275 257 175
Decimal 189 175 125
Hex BD AF 7D

RGB Percentages of Color #bdaf7d

%38.65
%35.79
%25.56

CMYK Percentages of Color #bdaf7d

%0
%7
%34
%26

Triadic Colors of #bdaf7d

#bdaf7d #7dbdaf #af7dbd

Analogous Colors of #bdaf7d

#bdaf7d #abbd7d #bd8f7d

Monochromatic Colors of #bdaf7d

#bdaf7d

Complementary Color

#bdaf7d #7d8bbd

#bdaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf7d Color CSS Codes

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

#bdaf7d Text Font Color

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

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


#bdaf7d Background Color

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

This div background color is #bdaf7d


#bdaf7d Border Color

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

This div border color is #bdaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf7d


Comments

No comments written yet.

Please login to write comment.