Color Hex Logo

#bda05d Color Hex

#BDA05D
(189,160,93)
0 Favorites   0 Comments

Color spaces of #bda05d

RGB 18916093
HSL0.120.420.55
HSV42°51°74°
CMYK 0.000.150.51   0.26
XYZ35.532936.750715.5767
Yxy36.75070.40440.4183
Hunter Lab60.6224-1.464027.2013
CIE-Lab67.08962.047338.6571

#bda05d color RGB value is (189,160,93).

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

The process color (four color CMYK) of #bda05d color hex is 0.00, 0.15, 0.51, 0.26. Web safe color of #bda05d is #cc9966. Color #bda05d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01011101
Octal 275 240 135
Decimal 189 160 93
Hex BD A0 5D

RGB Percentages of Color #bda05d

%42.76
%36.20
%21.04

CMYK Percentages of Color #bda05d

%0
%15
%51
%26

Triadic Colors of #bda05d

#bda05d #5dbda0 #a05dbd

Analogous Colors of #bda05d

#bda05d #aabd5d #bd705d

Monochromatic Colors of #bda05d

#bda05d

Complementary Color

#bda05d #5d7abd

#bda05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda05d Color CSS Codes

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

#bda05d Text Font Color

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

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


#bda05d Background Color

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

This div background color is #bda05d


#bda05d Border Color

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

This div border color is #bda05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda05d

#bda05d Color Palettes


Comments

No comments written yet.

Please login to write comment.