Color Hex Logo

#bdaf87 Color Hex

#BDAF87
(189,175,135)
0 Favorites   0 Comments

Color spaces of #bdaf87

RGB 189175135
HSL0.120.290.64
HSV44°29°74°
CMYK 0.000.070.29   0.26
XYZ40.689443.228029.1210
Yxy43.22800.36000.3824
Hunter Lab65.7480-4.590919.7630
CIE-Lab71.7094-1.223222.3650

#bdaf87 color RGB value is (189,175,135).

#bdaf87 hex color red value is 189, green value is 175 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdaf87 hue: 0.12 , saturation: 0.29 and the lightness value of bdaf87 is 0.64.

The process color (four color CMYK) of #bdaf87 color hex is 0.00, 0.07, 0.29, 0.26. Web safe color of #bdaf87 is #cc9999. Color #bdaf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10000111
Octal 275 257 207
Decimal 189 175 135
Hex BD AF 87

RGB Percentages of Color #bdaf87

%37.88
%35.07
%27.05

CMYK Percentages of Color #bdaf87

%0
%7
%29
%26

Triadic Colors of #bdaf87

#bdaf87 #87bdaf #af87bd

Analogous Colors of #bdaf87

#bdaf87 #b0bd87 #bd9487

Monochromatic Colors of #bdaf87

#bdaf87

Complementary Color

#bdaf87 #8795bd

#bdaf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf87 Color CSS Codes

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

#bdaf87 Text Font Color

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

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


#bdaf87 Background Color

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

This div background color is #bdaf87


#bdaf87 Border Color

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

This div border color is #bdaf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf87


Comments

No comments written yet.

Please login to write comment.