Color Hex Logo

#bda316 Color Hex

#BDA316
(189,163,22)
0 Favorites   0 Comments

Color spaces of #bda316

RGB 18916322
HSL0.140.790.41
HSV51°88°74°
CMYK 0.000.140.88   0.26
XYZ34.228337.07116.1105
Yxy37.07110.44220.4789
Hunter Lab60.8860-6.203236.6699
CIE-Lab67.3303-3.453767.1012

#bda316 color RGB value is (189,163,22).

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

The process color (four color CMYK) of #bda316 color hex is 0.00, 0.14, 0.88, 0.26. Web safe color of #bda316 is #cc9900. Color #bda316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 00010110
Octal 275 243 26
Decimal 189 163 22
Hex BD A3 16

RGB Percentages of Color #bda316

%50.53
%43.58
%5.88

CMYK Percentages of Color #bda316

%0
%14
%88
%26

Triadic Colors of #bda316

#bda316 #16bda3 #a316bd

Analogous Colors of #bda316

#bda316 #84bd16 #bd4f16

Monochromatic Colors of #bda316

#bda316

Complementary Color

#bda316 #1630bd

#bda316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda316 Color CSS Codes

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

#bda316 Text Font Color

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

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


#bda316 Background Color

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

This div background color is #bda316


#bda316 Border Color

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

This div border color is #bda316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda316


Comments

No comments written yet.

Please login to write comment.