Color Hex Logo

#bda79f Color Hex

#BDA79F
(189,167,159)
0 Favorites   0 Comments

Color spaces of #bda79f

RGB 189167159
HSL0.040.190.68
HSV16°16°74°
CMYK 0.000.120.16   0.26
XYZ41.063040.959538.5426
Yxy40.95950.34060.3397
Hunter Lab63.99962.52879.0934
CIE-Lab70.14756.65907.0518

#bda79f color RGB value is (189,167,159).

#bda79f hex color red value is 189, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bda79f hue: 0.04 , saturation: 0.19 and the lightness value of bda79f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10011111
Octal 275 247 237
Decimal 189 167 159
Hex BD A7 9F

RGB Percentages of Color #bda79f

%36.70
%32.43
%30.87

CMYK Percentages of Color #bda79f

%0
%12
%16
%26

Triadic Colors of #bda79f

#bda79f #9fbda7 #a79fbd

Analogous Colors of #bda79f

#bda79f #bdb69f #bd9fa6

Monochromatic Colors of #bda79f

#bda79f

Complementary Color

#bda79f #9fb5bd

#bda79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda79f Color CSS Codes

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

#bda79f Text Font Color

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

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


#bda79f Background Color

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

This div background color is #bda79f


#bda79f Border Color

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

This div border color is #bda79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda79f


Comments

No comments written yet.

Please login to write comment.