Color Hex Logo

#bda7af Color Hex

#BDA7AF
(189,167,175)
0 Favorites   0 Comments

Color spaces of #bda7af

RGB 189167175
HSL0.940.140.70
HSV338°12°74°
CMYK 0.000.120.07   0.26
XYZ42.542841.551446.3354
Yxy41.55140.32620.3186
Hunter Lab64.46045.00142.5034
CIE-Lab70.56059.3659-1.1923

#bda7af color RGB value is (189,167,175).

#bda7af hex color red value is 189, green value is 167 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bda7af hue: 0.94 , saturation: 0.14 and the lightness value of bda7af is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10101111
Octal 275 247 257
Decimal 189 167 175
Hex BD A7 AF

RGB Percentages of Color #bda7af

%35.59
%31.45
%32.96

CMYK Percentages of Color #bda7af

%0
%12
%7
%26

Triadic Colors of #bda7af

#bda7af #afbda7 #a7afbd

Analogous Colors of #bda7af

#bda7af #bdaaa7 #bda7ba

Monochromatic Colors of #bda7af

#bda7af

Complementary Color

#bda7af #a7bdb5

#bda7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda7af Color CSS Codes

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

#bda7af Text Font Color

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

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


#bda7af Background Color

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

This div background color is #bda7af


#bda7af Border Color

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

This div border color is #bda7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda7af


Comments

No comments written yet.

Please login to write comment.