Color Hex Logo

#bdaf85 Color Hex

#BDAF85
(189,175,133)
0 Favorites   0 Comments

Color spaces of #bdaf85

RGB 189175133
HSL0.130.300.63
HSV45°30°74°
CMYK 0.000.070.30   0.26
XYZ40.549943.172228.3862
Yxy43.17220.36170.3851
Hunter Lab65.7056-4.824220.3793
CIE-Lab71.6717-1.491623.3929

#bdaf85 color RGB value is (189,175,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 10000101
Octal 275 257 205
Decimal 189 175 133
Hex BD AF 85

RGB Percentages of Color #bdaf85

%38.03
%35.21
%26.76

CMYK Percentages of Color #bdaf85

%0
%7
%30
%26

Triadic Colors of #bdaf85

#bdaf85 #85bdaf #af85bd

Analogous Colors of #bdaf85

#bdaf85 #afbd85 #bd9385

Monochromatic Colors of #bdaf85

#bdaf85

Complementary Color

#bdaf85 #8593bd

#bdaf85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf85 Color CSS Codes

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

#bdaf85 Text Font Color

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

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


#bdaf85 Background Color

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

This div background color is #bdaf85


#bdaf85 Border Color

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

This div border color is #bdaf85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf85


Comments

No comments written yet.

Please login to write comment.