Color Hex Logo

#bda13d Color Hex

#BDA13D
(189,161,61)
0 Favorites   0 Comments

Color spaces of #bda13d

RGB 18916161
HSL0.130.510.49
HSV47°68°74°
CMYK 0.000.150.68   0.26
XYZ34.573436.64559.6659
Yxy36.64550.42740.4531
Hunter Lab60.5355-3.991232.9078
CIE-Lab67.0102-0.882453.9021

#bda13d color RGB value is (189,161,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 00111101
Octal 275 241 75
Decimal 189 161 61
Hex BD A1 3D

RGB Percentages of Color #bda13d

%45.99
%39.17
%14.84

CMYK Percentages of Color #bda13d

%0
%15
%68
%26

Triadic Colors of #bda13d

#bda13d #3dbda1 #a13dbd

Analogous Colors of #bda13d

#bda13d #99bd3d #bd613d

Monochromatic Colors of #bda13d

#bda13d

Complementary Color

#bda13d #3d59bd

#bda13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda13d Color CSS Codes

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

#bda13d Text Font Color

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

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


#bda13d Background Color

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

This div background color is #bda13d


#bda13d Border Color

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

This div border color is #bda13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda13d


Comments

No comments written yet.

Please login to write comment.