Color Hex Logo

#bda006 Color Hex

#BDA006
(189,160,6)
0 Favorites   0 Comments

Color spaces of #bda006

RGB 1891606
HSL0.140.940.38
HSV50°97°74°
CMYK 0.000.150.97   0.26
XYZ33.589935.97365.3455
Yxy35.97360.44840.4802
Hunter Lab59.9780-4.994936.7004
CIE-Lab66.4997-2.099169.0081

#bda006 color RGB value is (189,160,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00000110
Octal 275 240 6
Decimal 189 160 6
Hex BD A0 6

RGB Percentages of Color #bda006

%53.24
%45.07
%1.69

CMYK Percentages of Color #bda006

%0
%15
%97
%26

Triadic Colors of #bda006

#bda006 #06bda0 #a006bd

Analogous Colors of #bda006

#bda006 #7fbd06 #bd4506

Monochromatic Colors of #bda006

#bda006

Complementary Color

#bda006 #0623bd

#bda006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda006 Color CSS Codes

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

#bda006 Text Font Color

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

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


#bda006 Background Color

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

This div background color is #bda006


#bda006 Border Color

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

This div border color is #bda006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda006


Comments

No comments written yet.

Please login to write comment.