Color Hex Logo

#b6adc0 Color Hex

#B6ADC0
(182,173,192)
0 Favorites   0 Comments

Color spaces of #b6adc0

RGB 182173192
HSL0.750.130.72
HSV268°10°75°
CMYK 0.050.100.00   0.25
XYZ43.749443.638055.9863
Yxy43.63800.30510.3044
Hunter Lab66.05912.6131-4.0080
CIE-Lab71.98596.8044-8.5278

#b6adc0 color RGB value is (182,173,192).

#b6adc0 hex color red value is 182, green value is 173 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #b6adc0 hue: 0.75 , saturation: 0.13 and the lightness value of b6adc0 is 0.72.

The process color (four color CMYK) of #b6adc0 color hex is 0.05, 0.10, 0.00, 0.25. Web safe color of #b6adc0 is #cc99cc. Color #b6adc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 11000000
Octal 266 255 300
Decimal 182 173 192
Hex B6 AD C0

RGB Percentages of Color #b6adc0

%33.27
%31.63
%35.10

CMYK Percentages of Color #b6adc0

%5
%10
%0
%25

Triadic Colors of #b6adc0

#b6adc0 #c0b6ad #adc0b6

Analogous Colors of #b6adc0

#b6adc0 #c0adc0 #adaec0

Monochromatic Colors of #b6adc0

#b6adc0

Complementary Color

#b6adc0 #b7c0ad

#b6adc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adc0 Color CSS Codes

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

#b6adc0 Text Font Color

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

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


#b6adc0 Background Color

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

This div background color is #b6adc0


#b6adc0 Border Color

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

This div border color is #b6adc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adc0


Comments

No comments written yet.

Please login to write comment.