Color Hex Logo

#bdaf49 Color Hex

#BDAF49
(189,175,73)
0 Favorites   0 Comments

Color spaces of #bdaf49

RGB 18917573
HSL0.150.470.51
HSV53°61°74°
CMYK 0.000.070.61   0.26
XYZ37.518841.959812.4249
Yxy41.95980.40820.4566
Hunter Lab64.7764-9.970633.9709
CIE-Lab70.8432-7.543152.7216

#bdaf49 color RGB value is (189,175,73).

#bdaf49 hex color red value is 189, green value is 175 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bdaf49 hue: 0.15 , saturation: 0.47 and the lightness value of bdaf49 is 0.51.

The process color (four color CMYK) of #bdaf49 color hex is 0.00, 0.07, 0.61, 0.26. Web safe color of #bdaf49 is #cc9933. Color #bdaf49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 01001001
Octal 275 257 111
Decimal 189 175 73
Hex BD AF 49

RGB Percentages of Color #bdaf49

%43.25
%40.05
%16.70

CMYK Percentages of Color #bdaf49

%0
%7
%61
%26

Triadic Colors of #bdaf49

#bdaf49 #49bdaf #af49bd

Analogous Colors of #bdaf49

#bdaf49 #91bd49 #bd7549

Monochromatic Colors of #bdaf49

#bdaf49

Complementary Color

#bdaf49 #4957bd

#bdaf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf49 Color CSS Codes

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

#bdaf49 Text Font Color

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

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


#bdaf49 Background Color

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

This div background color is #bdaf49


#bdaf49 Border Color

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

This div border color is #bdaf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf49


Comments

No comments written yet.

Please login to write comment.