Color Hex Logo

#bda93e Color Hex

#BDA93E
(189,169,62)
0 Favorites   0 Comments

Color spaces of #bda93e

RGB 18916962
HSL0.140.510.49
HSV51°67°74°
CMYK 0.000.110.67   0.26
XYZ36.043739.542610.2902
Yxy39.54260.41970.4605
Hunter Lab62.8829-7.731134.3158
CIE-Lab69.1425-5.083855.6975

#bda93e color RGB value is (189,169,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 00111110
Octal 275 251 76
Decimal 189 169 62
Hex BD A9 3E

RGB Percentages of Color #bda93e

%45.00
%40.24
%14.76

CMYK Percentages of Color #bda93e

%0
%11
%67
%26

Triadic Colors of #bda93e

#bda93e #3ebda9 #a93ebd

Analogous Colors of #bda93e

#bda93e #92bd3e #bd6a3e

Monochromatic Colors of #bda93e

#bda93e

Complementary Color

#bda93e #3e52bd

#bda93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda93e Color CSS Codes

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

#bda93e Text Font Color

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

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


#bda93e Background Color

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

This div background color is #bda93e


#bda93e Border Color

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

This div border color is #bda93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda93e


Comments

No comments written yet.

Please login to write comment.