Color Hex Logo

#bda703 Color Hex

#BDA703
(189,167,3)
0 Favorites   0 Comments

Color spaces of #bda703

RGB 1891673
HSL0.150.970.38
HSV53°98°74°
CMYK 0.000.120.98   0.26
XYZ34.821438.46285.6749
Yxy38.46280.44100.4871
Hunter Lab62.0184-8.310037.9876
CIE-Lab68.3603-5.850570.7416

#bda703 color RGB value is (189,167,3).

#bda703 hex color red value is 189, green value is 167 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bda703 hue: 0.15 , saturation: 0.97 and the lightness value of bda703 is 0.38.

The process color (four color CMYK) of #bda703 color hex is 0.00, 0.12, 0.98, 0.26. Web safe color of #bda703 is #cc9900. Color #bda703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00000011
Octal 275 247 3
Decimal 189 167 3
Hex BD A7 3

RGB Percentages of Color #bda703

%52.65
%46.52
%0.84

CMYK Percentages of Color #bda703

%0
%12
%98
%26

Triadic Colors of #bda703

#bda703 #03bda7 #a703bd

Analogous Colors of #bda703

#bda703 #76bd03 #bd4a03

Monochromatic Colors of #bda703

#bda703

Complementary Color

#bda703 #0319bd

#bda703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda703 Color CSS Codes

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

#bda703 Text Font Color

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

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


#bda703 Background Color

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

This div background color is #bda703


#bda703 Border Color

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

This div border color is #bda703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda703


Comments

No comments written yet.

Please login to write comment.