Color Hex Logo

#bd9d17 Color Hex

#BD9D17
(189,157,23)
0 Favorites   0 Comments

Color spaces of #bd9d17

RGB 18915723
HSL0.130.780.42
HSV48°88°74°
CMYK 0.000.170.88   0.26
XYZ33.197934.99465.8155
Yxy34.99460.44860.4728
Hunter Lab59.1562-3.351035.5807
CIE-Lab65.7445-0.224165.6195

#bd9d17 color RGB value is (189,157,23).

#bd9d17 hex color red value is 189, green value is 157 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bd9d17 hue: 0.13 , saturation: 0.78 and the lightness value of bd9d17 is 0.42.

The process color (four color CMYK) of #bd9d17 color hex is 0.00, 0.17, 0.88, 0.26. Web safe color of #bd9d17 is #cc9900. Color #bd9d17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 00010111
Octal 275 235 27
Decimal 189 157 23
Hex BD 9D 17

RGB Percentages of Color #bd9d17

%51.22
%42.55
%6.23

CMYK Percentages of Color #bd9d17

%0
%17
%88
%26

Triadic Colors of #bd9d17

#bd9d17 #17bd9d #9d17bd

Analogous Colors of #bd9d17

#bd9d17 #8abd17 #bd4a17

Monochromatic Colors of #bd9d17

#bd9d17

Complementary Color

#bd9d17 #1737bd

#bd9d17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9d17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9d17 Color CSS Codes

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

#bd9d17 Text Font Color

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

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


#bd9d17 Background Color

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

This div background color is #bd9d17


#bd9d17 Border Color

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

This div border color is #bd9d17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9d17


Comments

No comments written yet.

Please login to write comment.