Color Hex Logo

#bda710 Color Hex

#BDA710
(189,167,16)
0 Favorites   0 Comments

Color spaces of #bda710

RGB 18916716
HSL0.150.840.40
HSV52°92°74°
CMYK 0.000.120.92   0.26
XYZ34.898538.49376.0809
Yxy38.49370.43910.4844
Hunter Lab62.0433-8.172037.6193
CIE-Lab68.3829-5.684069.0398

#bda710 color RGB value is (189,167,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00010000
Octal 275 247 20
Decimal 189 167 16
Hex BD A7 10

RGB Percentages of Color #bda710

%50.81
%44.89
%4.30

CMYK Percentages of Color #bda710

%0
%12
%92
%26

Triadic Colors of #bda710

#bda710 #10bda7 #a710bd

Analogous Colors of #bda710

#bda710 #7dbd10 #bd5110

Monochromatic Colors of #bda710

#bda710

Complementary Color

#bda710 #1026bd

#bda710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda710 Color CSS Codes

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

#bda710 Text Font Color

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

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


#bda710 Background Color

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

This div background color is #bda710


#bda710 Border Color

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

This div border color is #bda710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda710


Comments

No comments written yet.

Please login to write comment.