Color Hex Logo

#bdab17 Color Hex

#BDAB17
(189,171,23)
0 Favorites   0 Comments

Color spaces of #bdab17

RGB 18917123
HSL0.150.780.42
HSV53°88°74°
CMYK 0.000.100.88   0.26
XYZ35.703840.00656.6508
Yxy40.00650.43350.4857
Hunter Lab63.2507-9.928938.0412
CIE-Lab69.4742-7.654568.6040

#bdab17 color RGB value is (189,171,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00010111
Octal 275 253 27
Decimal 189 171 23
Hex BD AB 17

RGB Percentages of Color #bdab17

%49.35
%44.65
%6.01

CMYK Percentages of Color #bdab17

%0
%10
%88
%26

Triadic Colors of #bdab17

#bdab17 #17bdab #ab17bd

Analogous Colors of #bdab17

#bdab17 #7cbd17 #bd5817

Monochromatic Colors of #bdab17

#bdab17

Complementary Color

#bdab17 #1729bd

#bdab17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab17 Color CSS Codes

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

#bdab17 Text Font Color

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

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


#bdab17 Background Color

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

This div background color is #bdab17


#bdab17 Border Color

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

This div border color is #bdab17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab17


Comments

No comments written yet.

Please login to write comment.