Color Hex Logo

#bda469 Color Hex

#BDA469
(189,164,105)
0 Favorites   0 Comments

Color spaces of #bda469

RGB 189164105
HSL0.120.390.58
HSV42°44°74°
CMYK 0.000.130.44   0.26
XYZ36.811538.389718.8344
Yxy38.38970.39150.4082
Hunter Lab61.9594-2.378125.3486
CIE-Lab68.30691.069933.9202

#bda469 color RGB value is (189,164,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01101001
Octal 275 244 151
Decimal 189 164 105
Hex BD A4 69

RGB Percentages of Color #bda469

%41.27
%35.81
%22.93

CMYK Percentages of Color #bda469

%0
%13
%44
%26

Triadic Colors of #bda469

#bda469 #69bda4 #a469bd

Analogous Colors of #bda469

#bda469 #acbd69 #bd7a69

Monochromatic Colors of #bda469

#bda469

Complementary Color

#bda469 #6982bd

#bda469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda469 Color CSS Codes

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

#bda469 Text Font Color

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

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


#bda469 Background Color

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

This div background color is #bda469


#bda469 Border Color

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

This div border color is #bda469


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,164,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 #bda469">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda469


Comments

No comments written yet.

Please login to write comment.