Color Hex Logo

#bda60e Color Hex

#BDA60E
(189,166,14)
0 Favorites   0 Comments

Color spaces of #bda60e

RGB 18916614
HSL0.140.860.40
HSV52°93°74°
CMYK 0.000.120.93   0.26
XYZ34.701738.12305.9450
Yxy38.12300.44050.4840
Hunter Lab61.7438-7.729937.5119
CIE-Lab68.1112-5.186969.1451

#bda60e color RGB value is (189,166,14).

#bda60e hex color red value is 189, green value is 166 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bda60e hue: 0.14 , saturation: 0.86 and the lightness value of bda60e is 0.40.

The process color (four color CMYK) of #bda60e color hex is 0.00, 0.12, 0.93, 0.26. Web safe color of #bda60e is #cc9900. Color #bda60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00001110
Octal 275 246 16
Decimal 189 166 14
Hex BD A6 E

RGB Percentages of Color #bda60e

%51.22
%44.99
%3.79

CMYK Percentages of Color #bda60e

%0
%12
%93
%26

Triadic Colors of #bda60e

#bda60e #0ebda6 #a60ebd

Analogous Colors of #bda60e

#bda60e #7dbd0e #bd4f0e

Monochromatic Colors of #bda60e

#bda60e

Complementary Color

#bda60e #0e25bd

#bda60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda60e Color CSS Codes

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

#bda60e Text Font Color

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

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


#bda60e Background Color

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

This div background color is #bda60e


#bda60e Border Color

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

This div border color is #bda60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda60e


Comments

No comments written yet.

Please login to write comment.