Color Hex Logo

#bda86a Color Hex

#BDA86A
(189,168,106)
0 Favorites   0 Comments

Color spaces of #bda86a

RGB 189168106
HSL0.120.390.58
HSV45°44°74°
CMYK 0.000.110.44   0.26
XYZ37.590439.864719.3491
Yxy39.86470.38830.4118
Hunter Lab63.1385-4.219926.0272
CIE-Lab69.3731-0.973134.7525

#bda86a color RGB value is (189,168,106).

#bda86a hex color red value is 189, green value is 168 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bda86a hue: 0.12 , saturation: 0.39 and the lightness value of bda86a is 0.58.

The process color (four color CMYK) of #bda86a color hex is 0.00, 0.11, 0.44, 0.26. Web safe color of #bda86a is #cc9966. Color #bda86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 01101010
Octal 275 250 152
Decimal 189 168 106
Hex BD A8 6A

RGB Percentages of Color #bda86a

%40.82
%36.29
%22.89

CMYK Percentages of Color #bda86a

%0
%11
%44
%26

Triadic Colors of #bda86a

#bda86a #6abda8 #a86abd

Analogous Colors of #bda86a

#bda86a #a9bd6a #bd7f6a

Monochromatic Colors of #bda86a

#bda86a

Complementary Color

#bda86a #6a7fbd

#bda86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda86a Color CSS Codes

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

#bda86a Text Font Color

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

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


#bda86a Background Color

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

This div background color is #bda86a


#bda86a Border Color

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

This div border color is #bda86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda86a


Comments

No comments written yet.

Please login to write comment.