Color Hex Logo

#bda13f Color Hex

#BDA13F
(189,161,63)
0 Favorites   0 Comments

Color spaces of #bda13f

RGB 18916163
HSL0.130.500.49
HSV47°67°74°
CMYK 0.000.150.67   0.26
XYZ34.628336.66749.9550
Yxy36.66740.42620.4513
Hunter Lab60.5536-3.891532.6403
CIE-Lab67.0267-0.764853.0498

#bda13f color RGB value is (189,161,63).

#bda13f hex color red value is 189, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bda13f hue: 0.13 , saturation: 0.50 and the lightness value of bda13f is 0.49.

The process color (four color CMYK) of #bda13f color hex is 0.00, 0.15, 0.67, 0.26. Web safe color of #bda13f is #cc9933. Color #bda13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00111111
Octal 275 241 77
Decimal 189 161 63
Hex BD A1 3F

RGB Percentages of Color #bda13f

%45.76
%38.98
%15.25

CMYK Percentages of Color #bda13f

%0
%15
%67
%26

Triadic Colors of #bda13f

#bda13f #3fbda1 #a13fbd

Analogous Colors of #bda13f

#bda13f #9abd3f #bd623f

Monochromatic Colors of #bda13f

#bda13f

Complementary Color

#bda13f #3f5bbd

#bda13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda13f Color CSS Codes

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

#bda13f Text Font Color

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

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


#bda13f Background Color

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

This div background color is #bda13f


#bda13f Border Color

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

This div border color is #bda13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda13f


Comments

No comments written yet.

Please login to write comment.