Color Hex Logo

#b6adff Color Hex

#B6ADFF
(182,173,255)
0 Favorites   0 Comments

Color spaces of #b6adff

RGB 182173255
HSL0.681.000.84
HSV247°32°100°
CMYK 0.290.320.00   0.00
XYZ52.285047.0522100.9340
Yxy47.05220.26110.2349
Hunter Lab68.594616.0178-39.2264
CIE-Lab74.223120.7917-39.4524

#b6adff color RGB value is (182,173,255).

#b6adff hex color red value is 182, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6adff hue: 0.68 , saturation: 1.00 and the lightness value of b6adff is 0.84.

The process color (four color CMYK) of #b6adff color hex is 0.29, 0.32, 0.00, 0.00. Web safe color of #b6adff is #cc99ff. Color #b6adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 11111111
Octal 266 255 377
Decimal 182 173 255
Hex B6 AD FF

RGB Percentages of Color #b6adff

%29.84
%28.36
%41.80

CMYK Percentages of Color #b6adff

%29
%32
%0
%0

Triadic Colors of #b6adff

#b6adff #ffb6ad #adffb6

Analogous Colors of #b6adff

#b6adff #dfadff #adcdff

Monochromatic Colors of #b6adff

#b6adff

Complementary Color

#b6adff #f6ffad

#b6adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adff Color CSS Codes

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

#b6adff Text Font Color

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

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


#b6adff Background Color

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

This div background color is #b6adff


#b6adff Border Color

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

This div border color is #b6adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adff

Related Colors


Comments

No comments written yet.

Please login to write comment.