Color Hex Logo

#bda679 Color Hex

#BDA679
(189,166,121)
0 Favorites   0 Comments

Color spaces of #bda679

RGB 189166121
HSL0.110.340.61
HSV40°36°74°
CMYK 0.000.120.36   0.26
XYZ38.073739.471723.7013
Yxy39.47170.37600.3899
Hunter Lab62.8265-1.773021.6114
CIE-Lab69.09161.806326.3999

#bda679 color RGB value is (189,166,121).

#bda679 hex color red value is 189, green value is 166 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bda679 hue: 0.11 , saturation: 0.34 and the lightness value of bda679 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 01111001
Octal 275 246 171
Decimal 189 166 121
Hex BD A6 79

RGB Percentages of Color #bda679

%39.71
%34.87
%25.42

CMYK Percentages of Color #bda679

%0
%12
%36
%26

Triadic Colors of #bda679

#bda679 #79bda6 #a679bd

Analogous Colors of #bda679

#bda679 #b2bd79 #bd8479

Monochromatic Colors of #bda679

#bda679

Complementary Color

#bda679 #7990bd

#bda679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda679 Color CSS Codes

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

#bda679 Text Font Color

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

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


#bda679 Background Color

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

This div background color is #bda679


#bda679 Border Color

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

This div border color is #bda679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda679


Comments

No comments written yet.

Please login to write comment.