Color Hex Logo

#bdaf32 Color Hex

#BDAF32
(189,175,50)
0 Favorites   0 Comments

Color spaces of #bdaf32

RGB 18917550
HSL0.150.580.47
HSV54°74°74°
CMYK 0.000.070.74   0.26
XYZ36.892041.70919.1238
Yxy41.70910.42050.4755
Hunter Lab64.5826-11.053636.8317
CIE-Lab70.6699-8.850161.9119

#bdaf32 color RGB value is (189,175,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00110010
Octal 275 257 62
Decimal 189 175 50
Hex BD AF 32

RGB Percentages of Color #bdaf32

%45.65
%42.27
%12.08

CMYK Percentages of Color #bdaf32

%0
%7
%74
%26

Triadic Colors of #bdaf32

#bdaf32 #32bdaf #af32bd

Analogous Colors of #bdaf32

#bdaf32 #86bd32 #bd6a32

Monochromatic Colors of #bdaf32

#bdaf32

Complementary Color

#bdaf32 #3240bd

#bdaf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf32 Color CSS Codes

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

#bdaf32 Text Font Color

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

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


#bdaf32 Background Color

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

This div background color is #bdaf32


#bdaf32 Border Color

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

This div border color is #bdaf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf32


Comments

No comments written yet.

Please login to write comment.