Color Hex Logo

#bda610 Color Hex

#BDA610
(189,166,16)
0 Favorites   0 Comments

Color spaces of #bda610

RGB 18916616
HSL0.140.840.40
HSV52°92°74°
CMYK 0.000.120.92   0.26
XYZ34.716038.12876.0201
Yxy38.12870.44020.4835
Hunter Lab61.7484-7.704137.4435
CIE-Lab68.1154-5.155968.8342

#bda610 color RGB value is (189,166,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00010000
Octal 275 246 20
Decimal 189 166 16
Hex BD A6 10

RGB Percentages of Color #bda610

%50.94
%44.74
%4.31

CMYK Percentages of Color #bda610

%0
%12
%92
%26

Triadic Colors of #bda610

#bda610 #10bda6 #a610bd

Analogous Colors of #bda610

#bda610 #7ebd10 #bd5010

Monochromatic Colors of #bda610

#bda610

Complementary Color

#bda610 #1027bd

#bda610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda610 Color CSS Codes

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

#bda610 Text Font Color

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

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


#bda610 Background Color

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

This div background color is #bda610


#bda610 Border Color

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

This div border color is #bda610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda610


Comments

No comments written yet.

Please login to write comment.