Color Hex Logo

#bda680 Color Hex

#BDA680
(189,166,128)
0 Favorites   0 Comments

Color spaces of #bda680

RGB 189166128
HSL0.100.320.62
HSV37°32°74°
CMYK 0.000.120.32   0.26
XYZ38.518839.649826.0451
Yxy39.64980.36960.3805
Hunter Lab62.9681-1.002219.5539
CIE-Lab69.21942.686322.7784

#bda680 color RGB value is (189,166,128).

#bda680 hex color red value is 189, green value is 166 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bda680 hue: 0.10 , saturation: 0.32 and the lightness value of bda680 is 0.62.

The process color (four color CMYK) of #bda680 color hex is 0.00, 0.12, 0.32, 0.26. Web safe color of #bda680 is #cc9999. Color #bda680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 10000000
Octal 275 246 200
Decimal 189 166 128
Hex BD A6 80

RGB Percentages of Color #bda680

%39.13
%34.37
%26.50

CMYK Percentages of Color #bda680

%0
%12
%32
%26

Triadic Colors of #bda680

#bda680 #80bda6 #a680bd

Analogous Colors of #bda680

#bda680 #b6bd80 #bd8880

Monochromatic Colors of #bda680

#bda680

Complementary Color

#bda680 #8097bd

#bda680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda680 Color CSS Codes

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

#bda680 Text Font Color

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

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


#bda680 Background Color

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

This div background color is #bda680


#bda680 Border Color

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

This div border color is #bda680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda680


Comments

No comments written yet.

Please login to write comment.