Color Hex Logo

#bda71e Color Hex

#BDA71E
(189,167,30)
0 Favorites   0 Comments

Color spaces of #bda71e

RGB 18916730
HSL0.140.730.43
HSV52°84°74°
CMYK 0.000.120.84   0.26
XYZ35.039338.55006.8224
Yxy38.55000.43570.4794
Hunter Lab62.0886-7.919936.9472
CIE-Lab68.4240-5.380366.1218

#bda71e color RGB value is (189,167,30).

#bda71e hex color red value is 189, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bda71e hue: 0.14 , saturation: 0.73 and the lightness value of bda71e is 0.43.

The process color (four color CMYK) of #bda71e color hex is 0.00, 0.12, 0.84, 0.26. Web safe color of #bda71e is #cc9933. Color #bda71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00011110
Octal 275 247 36
Decimal 189 167 30
Hex BD A7 1E

RGB Percentages of Color #bda71e

%48.96
%43.26
%7.77

CMYK Percentages of Color #bda71e

%0
%12
%84
%26

Triadic Colors of #bda71e

#bda71e #1ebda7 #a71ebd

Analogous Colors of #bda71e

#bda71e #84bd1e #bd581e

Monochromatic Colors of #bda71e

#bda71e

Complementary Color

#bda71e #1e34bd

#bda71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda71e Color CSS Codes

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

#bda71e Text Font Color

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

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


#bda71e Background Color

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

This div background color is #bda71e


#bda71e Border Color

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

This div border color is #bda71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda71e


Comments

No comments written yet.

Please login to write comment.