Color Hex Logo

#bda98b Color Hex

#BDA98B
(189,169,139)
0 Favorites   0 Comments

Color spaces of #bda98b

RGB 189169139
HSL0.100.270.64
HSV36°26°74°
CMYK 0.000.110.26   0.26
XYZ39.834441.058830.2517
Yxy41.05880.35840.3694
Hunter Lab64.0771-1.168116.8624
CIE-Lab70.21712.551218.1453

#bda98b color RGB value is (189,169,139).

#bda98b hex color red value is 189, green value is 169 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bda98b hue: 0.10 , saturation: 0.27 and the lightness value of bda98b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10001011
Octal 275 251 213
Decimal 189 169 139
Hex BD A9 8B

RGB Percentages of Color #bda98b

%38.03
%34.00
%27.97

CMYK Percentages of Color #bda98b

%0
%11
%26
%26

Triadic Colors of #bda98b

#bda98b #8bbda9 #a98bbd

Analogous Colors of #bda98b

#bda98b #b8bd8b #bd908b

Monochromatic Colors of #bda98b

#bda98b

Complementary Color

#bda98b #8b9fbd

#bda98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda98b Color CSS Codes

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

#bda98b Text Font Color

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

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


#bda98b Background Color

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

This div background color is #bda98b


#bda98b Border Color

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

This div border color is #bda98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda98b


Comments

No comments written yet.

Please login to write comment.