Color Hex Logo

#bda143 Color Hex

#BDA143
(189,161,67)
0 Favorites   0 Comments

Color spaces of #bda143

RGB 18916167
HSL0.130.480.50
HSV46°65°74°
CMYK 0.000.150.65   0.26
XYZ34.744336.713810.5654
Yxy36.71380.42360.4476
Hunter Lab60.5919-3.681332.0760
CIE-Lab67.0618-0.517451.3050

#bda143 color RGB value is (189,161,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 01000011
Octal 275 241 103
Decimal 189 161 67
Hex BD A1 43

RGB Percentages of Color #bda143

%45.32
%38.61
%16.07

CMYK Percentages of Color #bda143

%0
%15
%65
%26

Triadic Colors of #bda143

#bda143 #43bda1 #a143bd

Analogous Colors of #bda143

#bda143 #9cbd43 #bd6443

Monochromatic Colors of #bda143

#bda143

Complementary Color

#bda143 #435fbd

#bda143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda143 Color CSS Codes

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

#bda143 Text Font Color

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

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


#bda143 Background Color

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

This div background color is #bda143


#bda143 Border Color

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

This div border color is #bda143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda143


Comments

No comments written yet.

Please login to write comment.