Color Hex Logo

#bda012 Color Hex

#BDA012
(189,160,18)
0 Favorites   0 Comments

Color spaces of #bda012

RGB 18916018
HSL0.140.830.41
HSV50°90°74°
CMYK 0.000.150.90   0.26
XYZ33.666336.00415.7474
Yxy36.00410.44640.4774
Hunter Lab60.0034-4.854436.3233
CIE-Lab66.5231-1.931867.2571

#bda012 color RGB value is (189,160,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00010010
Octal 275 240 22
Decimal 189 160 18
Hex BD A0 12

RGB Percentages of Color #bda012

%51.50
%43.60
%4.90

CMYK Percentages of Color #bda012

%0
%15
%90
%26

Triadic Colors of #bda012

#bda012 #12bda0 #a012bd

Analogous Colors of #bda012

#bda012 #85bd12 #bd4a12

Monochromatic Colors of #bda012

#bda012

Complementary Color

#bda012 #122fbd

#bda012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda012 Color CSS Codes

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

#bda012 Text Font Color

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

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


#bda012 Background Color

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

This div background color is #bda012


#bda012 Border Color

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

This div border color is #bda012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda012


Comments

No comments written yet.

Please login to write comment.