Color Hex Logo

#bda060 Color Hex

#BDA060
(189,160,96)
0 Favorites   0 Comments

Color spaces of #bda060

RGB 18916096
HSL0.110.410.56
HSV41°49°74°
CMYK 0.000.150.49   0.26
XYZ35.668436.805016.2905
Yxy36.80500.40180.4146
Hunter Lab60.6671-1.220926.5463
CIE-Lab67.13052.328337.1536

#bda060 color RGB value is (189,160,96).

#bda060 hex color red value is 189, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bda060 hue: 0.11 , saturation: 0.41 and the lightness value of bda060 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01100000
Octal 275 240 140
Decimal 189 160 96
Hex BD A0 60

RGB Percentages of Color #bda060

%42.47
%35.96
%21.57

CMYK Percentages of Color #bda060

%0
%15
%49
%26

Triadic Colors of #bda060

#bda060 #60bda0 #a060bd

Analogous Colors of #bda060

#bda060 #acbd60 #bd7260

Monochromatic Colors of #bda060

#bda060

Complementary Color

#bda060 #607dbd

#bda060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda060 Color CSS Codes

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

#bda060 Text Font Color

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

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


#bda060 Background Color

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

This div background color is #bda060


#bda060 Border Color

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

This div border color is #bda060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda060


Comments

No comments written yet.

Please login to write comment.