Color Hex Logo

#bdab38 Color Hex

#BDAB38
(189,171,56)
0 Favorites   0 Comments

Color spaces of #bdab38

RGB 18917156
HSL0.140.540.48
HSV52°70°74°
CMYK 0.000.100.70   0.26
XYZ36.263040.23029.5953
Yxy40.23020.42120.4673
Hunter Lab63.4273-8.944735.4297
CIE-Lab69.6332-6.466258.6421

#bdab38 color RGB value is (189,171,56).

#bdab38 hex color red value is 189, green value is 171 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bdab38 hue: 0.14 , saturation: 0.54 and the lightness value of bdab38 is 0.48.

The process color (four color CMYK) of #bdab38 color hex is 0.00, 0.10, 0.70, 0.26. Web safe color of #bdab38 is #cc9933. Color #bdab38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 00111000
Octal 275 253 70
Decimal 189 171 56
Hex BD AB 38

RGB Percentages of Color #bdab38

%45.43
%41.11
%13.46

CMYK Percentages of Color #bdab38

%0
%10
%70
%26

Triadic Colors of #bdab38

#bdab38 #38bdab #ab38bd

Analogous Colors of #bdab38

#bdab38 #8dbd38 #bd6938

Monochromatic Colors of #bdab38

#bdab38

Complementary Color

#bdab38 #384abd

#bdab38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab38 Color CSS Codes

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

#bdab38 Text Font Color

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

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


#bdab38 Background Color

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

This div background color is #bdab38


#bdab38 Border Color

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

This div border color is #bdab38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab38


Comments

No comments written yet.

Please login to write comment.