Color Hex Logo

#bda79b Color Hex

#BDA79B
(189,167,155)
0 Favorites   0 Comments

Color spaces of #bda79b

RGB 189167155
HSL0.060.200.67
HSV21°18°74°
CMYK 0.000.120.18   0.26
XYZ40.721440.822836.7437
Yxy40.82280.34430.3451
Hunter Lab63.89271.953010.6282
CIE-Lab70.05166.02159.1226

#bda79b color RGB value is (189,167,155).

#bda79b hex color red value is 189, green value is 167 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bda79b hue: 0.06 , saturation: 0.20 and the lightness value of bda79b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10011011
Octal 275 247 233
Decimal 189 167 155
Hex BD A7 9B

RGB Percentages of Color #bda79b

%36.99
%32.68
%30.33

CMYK Percentages of Color #bda79b

%0
%12
%18
%26

Triadic Colors of #bda79b

#bda79b #9bbda7 #a79bbd

Analogous Colors of #bda79b

#bda79b #bdb89b #bd9ba0

Monochromatic Colors of #bda79b

#bda79b

Complementary Color

#bda79b #9bb1bd

#bda79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda79b Color CSS Codes

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

#bda79b Text Font Color

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

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


#bda79b Background Color

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

This div background color is #bda79b


#bda79b Border Color

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

This div border color is #bda79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda79b


Comments

No comments written yet.

Please login to write comment.