Color Hex Logo

#bda96f Color Hex

#BDA96F
(189,169,111)
0 Favorites   0 Comments

Color spaces of #bda96f

RGB 189169111
HSL0.120.370.59
HSV45°41°74°
CMYK 0.000.110.41   0.26
XYZ38.043540.342420.8207
Yxy40.34240.38350.4067
Hunter Lab63.5157-4.237625.0255
CIE-Lab69.7127-0.968432.5569

#bda96f color RGB value is (189,169,111).

#bda96f hex color red value is 189, green value is 169 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bda96f hue: 0.12 , saturation: 0.37 and the lightness value of bda96f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01101111
Octal 275 251 157
Decimal 189 169 111
Hex BD A9 6F

RGB Percentages of Color #bda96f

%40.30
%36.03
%23.67

CMYK Percentages of Color #bda96f

%0
%11
%41
%26

Triadic Colors of #bda96f

#bda96f #6fbda9 #a96fbd

Analogous Colors of #bda96f

#bda96f #aabd6f #bd826f

Monochromatic Colors of #bda96f

#bda96f

Complementary Color

#bda96f #6f83bd

#bda96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda96f Color CSS Codes

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

#bda96f Text Font Color

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

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


#bda96f Background Color

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

This div background color is #bda96f


#bda96f Border Color

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

This div border color is #bda96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda96f


Comments

No comments written yet.

Please login to write comment.