Color Hex Logo

#bda279 Color Hex

#BDA279
(189,162,121)
0 Favorites   0 Comments

Color spaces of #bda279

RGB 189162121
HSL0.100.340.61
HSV36°36°74°
CMYK 0.000.140.36   0.26
XYZ37.357838.040023.4626
Yxy38.04000.37790.3848
Hunter Lab61.67660.184320.6189
CIE-Lab68.05013.970825.0095

#bda279 color RGB value is (189,162,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01111001
Octal 275 242 171
Decimal 189 162 121
Hex BD A2 79

RGB Percentages of Color #bda279

%40.04
%34.32
%25.64

CMYK Percentages of Color #bda279

%0
%14
%36
%26

Triadic Colors of #bda279

#bda279 #79bda2 #a279bd

Analogous Colors of #bda279

#bda279 #b6bd79 #bd8079

Monochromatic Colors of #bda279

#bda279

Complementary Color

#bda279 #7994bd

#bda279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda279 Color CSS Codes

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

#bda279 Text Font Color

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

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


#bda279 Background Color

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

This div background color is #bda279


#bda279 Border Color

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

This div border color is #bda279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda279


Comments

No comments written yet.

Please login to write comment.