Color Hex Logo

#bdaf66 Color Hex

#BDAF66
(189,175,102)
0 Favorites   0 Comments

Color spaces of #bdaf66

RGB 189175102
HSL0.140.400.57
HSV50°46°74°
CMYK 0.000.070.46   0.26
XYZ38.714542.438118.7213
Yxy42.43810.38760.4249
Hunter Lab65.1445-7.922828.5624
CIE-Lab71.1719-5.104439.0835

#bdaf66 color RGB value is (189,175,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 01100110
Octal 275 257 146
Decimal 189 175 102
Hex BD AF 66

RGB Percentages of Color #bdaf66

%40.56
%37.55
%21.89

CMYK Percentages of Color #bdaf66

%0
%7
%46
%26

Triadic Colors of #bdaf66

#bdaf66 #66bdaf #af66bd

Analogous Colors of #bdaf66

#bdaf66 #a0bd66 #bd8466

Monochromatic Colors of #bdaf66

#bdaf66

Complementary Color

#bdaf66 #6674bd

#bdaf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf66 Color CSS Codes

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

#bdaf66 Text Font Color

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

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


#bdaf66 Background Color

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

This div background color is #bdaf66


#bdaf66 Border Color

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

This div border color is #bdaf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf66


Comments

No comments written yet.

Please login to write comment.