Color Hex Logo

#bda312 Color Hex

#BDA312
(189,163,18)
0 Favorites   0 Comments

Color spaces of #bda312

RGB 18916318
HSL0.140.830.41
HSV51°90°74°
CMYK 0.000.140.90   0.26
XYZ34.192637.05695.9228
Yxy37.05690.44310.4802
Hunter Lab60.8744-6.268336.8434
CIE-Lab67.3197-3.531667.8750

#bda312 color RGB value is (189,163,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 00010010
Octal 275 243 22
Decimal 189 163 18
Hex BD A3 12

RGB Percentages of Color #bda312

%51.08
%44.05
%4.86

CMYK Percentages of Color #bda312

%0
%14
%90
%26

Triadic Colors of #bda312

#bda312 #12bda3 #a312bd

Analogous Colors of #bda312

#bda312 #82bd12 #bd4e12

Monochromatic Colors of #bda312

#bda312

Complementary Color

#bda312 #122cbd

#bda312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda312 Color CSS Codes

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

#bda312 Text Font Color

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

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


#bda312 Background Color

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

This div background color is #bda312


#bda312 Border Color

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

This div border color is #bda312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda312


Comments

No comments written yet.

Please login to write comment.