Color Hex Logo

#bdadaf Color Hex

#BDADAF
(189,173,175)
0 Favorites   0 Comments

Color spaces of #bdadaf

RGB 189173175
HSL0.980.110.71
HSV353°74°
CMYK 0.000.080.07   0.26
XYZ43.667743.801146.7104
Yxy43.80110.32540.3264
Hunter Lab66.18241.95664.4818
CIE-Lab72.09546.09211.0492

#bdadaf color RGB value is (189,173,175).

#bdadaf hex color red value is 189, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdadaf hue: 0.98 , saturation: 0.11 and the lightness value of bdadaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10101111
Octal 275 255 257
Decimal 189 173 175
Hex BD AD AF

RGB Percentages of Color #bdadaf

%35.20
%32.22
%32.59

CMYK Percentages of Color #bdadaf

%0
%8
%7
%26

Triadic Colors of #bdadaf

#bdadaf #afbdad #adafbd

Analogous Colors of #bdadaf

#bdadaf #bdb3ad #bdadb7

Monochromatic Colors of #bdadaf

#bdadaf

Complementary Color

#bdadaf #adbdbb

#bdadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadaf Color CSS Codes

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

#bdadaf Text Font Color

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

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


#bdadaf Background Color

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

This div background color is #bdadaf


#bdadaf Border Color

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

This div border color is #bdadaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,173,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 #bdadaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadaf


Comments

No comments written yet.

Please login to write comment.