Color Hex Logo

#bdaf65 Color Hex

#BDAF65
(189,175,101)
0 Favorites   0 Comments

Color spaces of #bdaf65

RGB 189175101
HSL0.140.400.57
HSV50°47°74°
CMYK 0.000.070.47   0.26
XYZ38.665242.418318.4616
Yxy42.41830.38840.4261
Hunter Lab65.1293-8.006628.7842
CIE-Lab71.1584-5.203339.5767

#bdaf65 color RGB value is (189,175,101).

#bdaf65 hex color red value is 189, green value is 175 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bdaf65 hue: 0.14 , saturation: 0.40 and the lightness value of bdaf65 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 01100101
Octal 275 257 145
Decimal 189 175 101
Hex BD AF 65

RGB Percentages of Color #bdaf65

%40.65
%37.63
%21.72

CMYK Percentages of Color #bdaf65

%0
%7
%47
%26

Triadic Colors of #bdaf65

#bdaf65 #65bdaf #af65bd

Analogous Colors of #bdaf65

#bdaf65 #9fbd65 #bd8365

Monochromatic Colors of #bdaf65

#bdaf65

Complementary Color

#bdaf65 #6573bd

#bdaf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf65 Color CSS Codes

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

#bdaf65 Text Font Color

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

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


#bdaf65 Background Color

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

This div background color is #bdaf65


#bdaf65 Border Color

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

This div border color is #bdaf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf65


Comments

No comments written yet.

Please login to write comment.