Color Hex Logo

#bda85f Color Hex

#BDA85F
(189,168,95)
0 Favorites   0 Comments

Color spaces of #bda85f

RGB 18916895
HSL0.130.420.56
HSV47°50°74°
CMYK 0.000.110.50   0.26
XYZ37.054539.650316.5268
Yxy39.65030.39740.4253
Hunter Lab62.9685-5.154628.5166
CIE-Lab69.2197-2.064740.2449

#bda85f color RGB value is (189,168,95).

#bda85f hex color red value is 189, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bda85f hue: 0.13 , saturation: 0.42 and the lightness value of bda85f is 0.56.

The process color (four color CMYK) of #bda85f color hex is 0.00, 0.11, 0.50, 0.26. Web safe color of #bda85f is #cc9966. Color #bda85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01011111
Octal 275 250 137
Decimal 189 168 95
Hex BD A8 5F

RGB Percentages of Color #bda85f

%41.81
%37.17
%21.02

CMYK Percentages of Color #bda85f

%0
%11
%50
%26

Triadic Colors of #bda85f

#bda85f #5fbda8 #a85fbd

Analogous Colors of #bda85f

#bda85f #a3bd5f #bd795f

Monochromatic Colors of #bda85f

#bda85f

Complementary Color

#bda85f #5f74bd

#bda85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda85f Color CSS Codes

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

#bda85f Text Font Color

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

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


#bda85f Background Color

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

This div background color is #bda85f


#bda85f Border Color

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

This div border color is #bda85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda85f


Comments

No comments written yet.

Please login to write comment.