Color Hex Logo

#bdac65 Color Hex

#BDAC65
(189,172,101)
0 Favorites   0 Comments

Color spaces of #bdac65

RGB 189172101
HSL0.130.400.57
HSV48°47°74°
CMYK 0.000.090.47   0.26
XYZ38.087841.263418.2691
Yxy41.26340.39020.4227
Hunter Lab64.2366-6.576028.1033
CIE-Lab70.3601-3.615838.5865

#bdac65 color RGB value is (189,172,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01100101
Octal 275 254 145
Decimal 189 172 101
Hex BD AC 65

RGB Percentages of Color #bdac65

%40.91
%37.23
%21.86

CMYK Percentages of Color #bdac65

%0
%9
%47
%26

Triadic Colors of #bdac65

#bdac65 #65bdac #ac65bd

Analogous Colors of #bdac65

#bdac65 #a2bd65 #bd8065

Monochromatic Colors of #bdac65

#bdac65

Complementary Color

#bdac65 #6576bd

#bdac65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac65 Color CSS Codes

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

#bdac65 Text Font Color

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

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


#bdac65 Background Color

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

This div background color is #bdac65


#bdac65 Border Color

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

This div border color is #bdac65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac65


Comments

No comments written yet.

Please login to write comment.