Color Hex Logo

#bda90f Color Hex

#BDA90F
(189,169,15)
0 Favorites   0 Comments

Color spaces of #bda90f

RGB 18916915
HSL0.150.850.40
HSV53°92°74°
CMYK 0.000.110.92   0.26
XYZ35.260539.22926.1655
Yxy39.22920.43720.4864
Hunter Lab62.6332-9.118338.0069
CIE-Lab68.9170-6.752269.6077

#bda90f color RGB value is (189,169,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 00001111
Octal 275 251 17
Decimal 189 169 15
Hex BD A9 F

RGB Percentages of Color #bda90f

%50.67
%45.31
%4.02

CMYK Percentages of Color #bda90f

%0
%11
%92
%26

Triadic Colors of #bda90f

#bda90f #0fbda9 #a90fbd

Analogous Colors of #bda90f

#bda90f #7abd0f #bd520f

Monochromatic Colors of #bda90f

#bda90f

Complementary Color

#bda90f #0f23bd

#bda90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda90f Color CSS Codes

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

#bda90f Text Font Color

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

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


#bda90f Background Color

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

This div background color is #bda90f


#bda90f Border Color

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

This div border color is #bda90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda90f


Comments

No comments written yet.

Please login to write comment.