Color Hex Logo

#bda010 Color Hex

#BDA010
(189,160,16)
0 Favorites   0 Comments

Color spaces of #bda010

RGB 18916016
HSL0.140.840.40
HSV50°92°74°
CMYK 0.000.150.92   0.26
XYZ33.650635.99785.6649
Yxy35.99780.44680.4780
Hunter Lab59.9982-4.883236.4007
CIE-Lab66.5182-1.966067.6095

#bda010 color RGB value is (189,160,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00010000
Octal 275 240 20
Decimal 189 160 16
Hex BD A0 10

RGB Percentages of Color #bda010

%51.78
%43.84
%4.38

CMYK Percentages of Color #bda010

%0
%15
%92
%26

Triadic Colors of #bda010

#bda010 #10bda0 #a010bd

Analogous Colors of #bda010

#bda010 #84bd10 #bd4910

Monochromatic Colors of #bda010

#bda010

Complementary Color

#bda010 #102dbd

#bda010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda010 Color CSS Codes

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

#bda010 Text Font Color

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

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


#bda010 Background Color

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

This div background color is #bda010


#bda010 Border Color

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

This div border color is #bda010


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,160,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 #bda010">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda010


Comments

No comments written yet.

Please login to write comment.