Color Hex Logo

#bda783 Color Hex

#BDA783
(189,167,131)
0 Favorites   0 Comments

Color spaces of #bda783

RGB 189167131
HSL0.100.310.63
HSV37°31°74°
CMYK 0.000.120.31   0.26
XYZ38.901740.094927.1615
Yxy40.09490.36650.3777
Hunter Lab63.3205-1.147418.8918
CIE-Lab69.53712.538921.5771

#bda783 color RGB value is (189,167,131).

#bda783 hex color red value is 189, green value is 167 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bda783 hue: 0.10 , saturation: 0.31 and the lightness value of bda783 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10000011
Octal 275 247 203
Decimal 189 167 131
Hex BD A7 83

RGB Percentages of Color #bda783

%38.81
%34.29
%26.90

CMYK Percentages of Color #bda783

%0
%12
%31
%26

Triadic Colors of #bda783

#bda783 #83bda7 #a783bd

Analogous Colors of #bda783

#bda783 #b6bd83 #bd8a83

Monochromatic Colors of #bda783

#bda783

Complementary Color

#bda783 #8399bd

#bda783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda783 Color CSS Codes

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

#bda783 Text Font Color

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

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


#bda783 Background Color

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

This div background color is #bda783


#bda783 Border Color

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

This div border color is #bda783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda783


Comments

No comments written yet.

Please login to write comment.