Color Hex Logo

#bda75e Color Hex

#BDA75E
(189,167,94)
0 Favorites   0 Comments

Color spaces of #bda75e

RGB 18916794
HSL0.130.420.55
HSV46°50°74°
CMYK 0.000.120.50   0.26
XYZ36.825439.264416.2276
Yxy39.26440.39890.4253
Hunter Lab62.6613-4.754728.5084
CIE-Lab68.9424-1.623440.4144

#bda75e color RGB value is (189,167,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 01011110
Octal 275 247 136
Decimal 189 167 94
Hex BD A7 5E

RGB Percentages of Color #bda75e

%42.00
%37.11
%20.89

CMYK Percentages of Color #bda75e

%0
%12
%50
%26

Triadic Colors of #bda75e

#bda75e #5ebda7 #a75ebd

Analogous Colors of #bda75e

#bda75e #a4bd5e #bd785e

Monochromatic Colors of #bda75e

#bda75e

Complementary Color

#bda75e #5e74bd

#bda75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda75e Color CSS Codes

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

#bda75e Text Font Color

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

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


#bda75e Background Color

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

This div background color is #bda75e


#bda75e Border Color

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

This div border color is #bda75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda75e


Comments

No comments written yet.

Please login to write comment.