Color Hex Logo

#bda13b Color Hex

#BDA13B
(189,161,59)
0 Favorites   0 Comments

Color spaces of #bda13b

RGB 18916159
HSL0.130.520.49
HSV47°69°74°
CMYK 0.000.150.69   0.26
XYZ34.520636.62439.3874
Yxy36.62430.42870.4548
Hunter Lab60.5180-4.086833.1657
CIE-Lab66.9942-0.995154.7397

#bda13b color RGB value is (189,161,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00111011
Octal 275 241 73
Decimal 189 161 59
Hex BD A1 3B

RGB Percentages of Color #bda13b

%46.21
%39.36
%14.43

CMYK Percentages of Color #bda13b

%0
%15
%69
%26

Triadic Colors of #bda13b

#bda13b #3bbda1 #a13bbd

Analogous Colors of #bda13b

#bda13b #98bd3b #bd603b

Monochromatic Colors of #bda13b

#bda13b

Complementary Color

#bda13b #3b57bd

#bda13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda13b Color CSS Codes

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

#bda13b Text Font Color

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

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


#bda13b Background Color

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

This div background color is #bda13b


#bda13b Border Color

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

This div border color is #bda13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda13b


Comments

No comments written yet.

Please login to write comment.