Color Hex Logo

#bda141 Color Hex

#BDA141
(189,161,65)
0 Favorites   0 Comments

Color spaces of #bda141

RGB 18916165
HSL0.130.490.50
HSV46°66°74°
CMYK 0.000.150.66   0.26
XYZ34.685336.690210.2548
Yxy36.69020.42490.4495
Hunter Lab60.5724-3.788232.3630
CIE-Lab67.0440-0.643152.1839

#bda141 color RGB value is (189,161,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01000001
Octal 275 241 101
Decimal 189 161 65
Hex BD A1 41

RGB Percentages of Color #bda141

%45.54
%38.80
%15.66

CMYK Percentages of Color #bda141

%0
%15
%66
%26

Triadic Colors of #bda141

#bda141 #41bda1 #a141bd

Analogous Colors of #bda141

#bda141 #9bbd41 #bd6341

Monochromatic Colors of #bda141

#bda141

Complementary Color

#bda141 #415dbd

#bda141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda141 Color CSS Codes

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

#bda141 Text Font Color

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

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


#bda141 Background Color

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

This div background color is #bda141


#bda141 Border Color

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

This div border color is #bda141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda141


Comments

No comments written yet.

Please login to write comment.