Color Hex Logo

#b8adad Color Hex

#B8ADAD
(184,173,173)
0 Favorites   0 Comments

Color spaces of #b8adad

RGB 184173173
HSL0.000.070.70
HSV72°
CMYK 0.000.060.06   0.28
XYZ42.253643.094645.6263
Yxy43.09460.32260.3290
Hunter Lab65.64650.01094.7442
CIE-Lab71.61913.93431.4043

#b8adad color RGB value is (184,173,173).

#b8adad hex color red value is 184, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b8adad hue: 0.00 , saturation: 0.07 and the lightness value of b8adad is 0.70.

The process color (four color CMYK) of #b8adad color hex is 0.00, 0.06, 0.06, 0.28. Web safe color of #b8adad is #cc9999. Color #b8adad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 10101101
Octal 270 255 255
Decimal 184 173 173
Hex B8 AD AD

RGB Percentages of Color #b8adad

%34.72
%32.64
%32.64

CMYK Percentages of Color #b8adad

%0
%6
%6
%28

Triadic Colors of #b8adad

#b8adad #adb8ad #adadb8

Analogous Colors of #b8adad

#b8adad #b8b3ad #b8adb3

Monochromatic Colors of #b8adad

#b8adad

Complementary Color

#b8adad #adb8b8

#b8adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adad Color CSS Codes

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

#b8adad Text Font Color

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

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


#b8adad Background Color

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

This div background color is #b8adad


#b8adad Border Color

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

This div border color is #b8adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adad


Comments

No comments written yet.

Please login to write comment.