Color Hex Logo

#bda769 Color Hex

#BDA769
(189,167,105)
0 Favorites   0 Comments

Color spaces of #bda769

RGB 189167105
HSL0.120.390.58
HSV44°44°74°
CMYK 0.000.120.44   0.26
XYZ37.354839.476219.0155
Yxy39.47620.38970.4119
Hunter Lab62.8301-3.827826.0370
CIE-Lab69.0948-0.542234.9227

#bda769 color RGB value is (189,167,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 01101001
Octal 275 247 151
Decimal 189 167 105
Hex BD A7 69

RGB Percentages of Color #bda769

%41.00
%36.23
%22.78

CMYK Percentages of Color #bda769

%0
%12
%44
%26

Triadic Colors of #bda769

#bda769 #69bda7 #a769bd

Analogous Colors of #bda769

#bda769 #a9bd69 #bd7d69

Monochromatic Colors of #bda769

#bda769

Complementary Color

#bda769 #697fbd

#bda769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda769 Color CSS Codes

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

#bda769 Text Font Color

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

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


#bda769 Background Color

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

This div background color is #bda769


#bda769 Border Color

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

This div border color is #bda769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda769


Comments

No comments written yet.

Please login to write comment.