Color Hex Logo

#b3adad Color Hex

#B3ADAD
(179,173,173)
0 Favorites   0 Comments

Color spaces of #b3adad

RGB 179173173
HSL0.000.040.69
HSV70°
CMYK 0.000.030.03   0.30
XYZ41.076842.488045.5712
Yxy42.48800.31810.3290
Hunter Lab65.1828-1.58314.1766
CIE-Lab71.20612.13870.7524

#b3adad color RGB value is (179,173,173).

#b3adad hex color red value is 179, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b3adad hue: 0.00 , saturation: 0.04 and the lightness value of b3adad is 0.69.

The process color (four color CMYK) of #b3adad color hex is 0.00, 0.03, 0.03, 0.30. Web safe color of #b3adad is #cc9999. Color #b3adad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101101 10101101
Octal 263 255 255
Decimal 179 173 173
Hex B3 AD AD

RGB Percentages of Color #b3adad

%34.10
%32.95
%32.95

CMYK Percentages of Color #b3adad

%0
%3
%3
%30

Triadic Colors of #b3adad

#b3adad #adb3ad #adadb3

Analogous Colors of #b3adad

#b3adad #b3b0ad #b3adb0

Monochromatic Colors of #b3adad

#b3adad

Complementary Color

#b3adad #adb3b3

#b3adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3adad Color CSS Codes

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

#b3adad Text Font Color

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

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


#b3adad Background Color

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

This div background color is #b3adad


#b3adad Border Color

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

This div border color is #b3adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3adad

#b3adad Color Palettes


Comments

No comments written yet.

Please login to write comment.