Color Hex Logo

#bda069 Color Hex

#BDA069
(189,160,105)
0 Favorites   0 Comments

Color spaces of #bda069

RGB 189160105
HSL0.110.390.58
HSV39°44°74°
CMYK 0.000.150.44   0.26
XYZ36.106936.980318.5995
Yxy36.98030.39380.4033
Hunter Lab60.8114-0.435324.4338
CIE-Lab67.26223.232232.5844

#bda069 color RGB value is (189,160,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01101001
Octal 275 240 151
Decimal 189 160 105
Hex BD A0 69

RGB Percentages of Color #bda069

%41.63
%35.24
%23.13

CMYK Percentages of Color #bda069

%0
%15
%44
%26

Triadic Colors of #bda069

#bda069 #69bda0 #a069bd

Analogous Colors of #bda069

#bda069 #b0bd69 #bd7669

Monochromatic Colors of #bda069

#bda069

Complementary Color

#bda069 #6986bd

#bda069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda069 Color CSS Codes

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

#bda069 Text Font Color

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

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


#bda069 Background Color

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

This div background color is #bda069


#bda069 Border Color

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

This div border color is #bda069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda069


Comments

No comments written yet.

Please login to write comment.