Color Hex Logo

#bda68a Color Hex

#BDA68A
(189,166,138)
0 Favorites   0 Comments

Color spaces of #bda68a

RGB 189166138
HSL0.090.280.64
HSV33°27°74°
CMYK 0.000.120.27   0.26
XYZ39.209939.926229.6847
Yxy39.92620.36030.3669
Hunter Lab63.18720.188016.3772
CIE-Lab69.41694.034517.5862

#bda68a color RGB value is (189,166,138).

#bda68a hex color red value is 189, green value is 166 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bda68a hue: 0.09 , saturation: 0.28 and the lightness value of bda68a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 10001010
Octal 275 246 212
Decimal 189 166 138
Hex BD A6 8A

RGB Percentages of Color #bda68a

%38.34
%33.67
%27.99

CMYK Percentages of Color #bda68a

%0
%12
%27
%26

Triadic Colors of #bda68a

#bda68a #8abda6 #a68abd

Analogous Colors of #bda68a

#bda68a #bbbd8a #bd8d8a

Monochromatic Colors of #bda68a

#bda68a

Complementary Color

#bda68a #8aa1bd

#bda68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda68a Color CSS Codes

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

#bda68a Text Font Color

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

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


#bda68a Background Color

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

This div background color is #bda68a


#bda68a Border Color

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

This div border color is #bda68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda68a


Comments

No comments written yet.

Please login to write comment.