Color Hex Logo

#bda82f Color Hex

#BDA82F
(189,168,47)
0 Favorites   0 Comments

Color spaces of #bda82f

RGB 18916847
HSL0.140.600.46
HSV51°75°74°
CMYK 0.000.110.75   0.26
XYZ35.502039.02938.3516
Yxy39.02930.42830.4709
Hunter Lab62.4734-7.891735.8054
CIE-Lab68.7725-5.311161.1828

#bda82f color RGB value is (189,168,47).

#bda82f hex color red value is 189, green value is 168 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bda82f hue: 0.14 , saturation: 0.60 and the lightness value of bda82f is 0.46.

The process color (four color CMYK) of #bda82f color hex is 0.00, 0.11, 0.75, 0.26. Web safe color of #bda82f is #cc9933. Color #bda82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00101111
Octal 275 250 57
Decimal 189 168 47
Hex BD A8 2F

RGB Percentages of Color #bda82f

%46.78
%41.58
%11.63

CMYK Percentages of Color #bda82f

%0
%11
%75
%26

Triadic Colors of #bda82f

#bda82f #2fbda8 #a82fbd

Analogous Colors of #bda82f

#bda82f #8bbd2f #bd612f

Monochromatic Colors of #bda82f

#bda82f

Complementary Color

#bda82f #2f44bd

#bda82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda82f Color CSS Codes

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

#bda82f Text Font Color

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

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


#bda82f Background Color

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

This div background color is #bda82f


#bda82f Border Color

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

This div border color is #bda82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda82f


Comments

No comments written yet.

Please login to write comment.