Color Hex Logo

#b6adde Color Hex

#B6ADDE
(182,173,222)
0 Favorites   0 Comments

Color spaces of #b6adde

RGB 182173222
HSL0.700.430.77
HSV251°22°87°
CMYK 0.180.220.00   0.13
XYZ47.419845.106275.3143
Yxy45.10620.28250.2687
Hunter Lab67.16118.4997-19.4748
CIE-Lab72.961813.1055-23.4937

#b6adde color RGB value is (182,173,222).

#b6adde hex color red value is 182, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b6adde hue: 0.70 , saturation: 0.43 and the lightness value of b6adde is 0.77.

The process color (four color CMYK) of #b6adde color hex is 0.18, 0.22, 0.00, 0.13. Web safe color of #b6adde is #cc99cc. Color #b6adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 11011110
Octal 266 255 336
Decimal 182 173 222
Hex B6 AD DE

RGB Percentages of Color #b6adde

%31.54
%29.98
%38.47

CMYK Percentages of Color #b6adde

%18
%22
%0
%13

Triadic Colors of #b6adde

#b6adde #deb6ad #addeb6

Analogous Colors of #b6adde

#b6adde #cfadde #adbdde

Monochromatic Colors of #b6adde

#b6adde

Complementary Color

#b6adde #d5dead

#b6adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adde Color CSS Codes

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

#b6adde Text Font Color

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

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


#b6adde Background Color

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

This div background color is #b6adde


#b6adde Border Color

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

This div border color is #b6adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adde


Comments

No comments written yet.

Please login to write comment.