Color Hex Logo

#bda673 Color Hex

#BDA673
(189,166,115)
0 Favorites   0 Comments

Color spaces of #bda673

RGB 189166115
HSL0.110.360.60
HSV41°39°74°
CMYK 0.000.120.39   0.26
XYZ37.717039.329121.8230
Yxy39.32910.38150.3978
Hunter Lab62.7129-2.393623.2672
CIE-Lab68.98901.093929.4890

#bda673 color RGB value is (189,166,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 01110011
Octal 275 246 163
Decimal 189 166 115
Hex BD A6 73

RGB Percentages of Color #bda673

%40.21
%35.32
%24.47

CMYK Percentages of Color #bda673

%0
%12
%39
%26

Triadic Colors of #bda673

#bda673 #73bda6 #a673bd

Analogous Colors of #bda673

#bda673 #afbd73 #bd8173

Monochromatic Colors of #bda673

#bda673

Complementary Color

#bda673 #738abd

#bda673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda673 Color CSS Codes

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

#bda673 Text Font Color

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

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


#bda673 Background Color

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

This div background color is #bda673


#bda673 Border Color

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

This div border color is #bda673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda673


Comments

No comments written yet.

Please login to write comment.