Color Hex Logo

#b6adfe Color Hex

#B6ADFE
(182,173,254)
0 Favorites   0 Comments

Color spaces of #b6adfe

RGB 182173254
HSL0.690.980.84
HSV247°32°100°
CMYK 0.280.320.00   0.00
XYZ52.124446.9880100.0883
Yxy46.98800.26170.2359
Hunter Lab68.547815.7745-38.5873
CIE-Lab74.182120.5487-38.9770

#b6adfe color RGB value is (182,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 11111110
Octal 266 255 376
Decimal 182 173 254
Hex B6 AD FE

RGB Percentages of Color #b6adfe

%29.89
%28.41
%41.71

CMYK Percentages of Color #b6adfe

%28
%32
%0
%0

Triadic Colors of #b6adfe

#b6adfe #feb6ad #adfeb6

Analogous Colors of #b6adfe

#b6adfe #dfadfe #adcdfe

Monochromatic Colors of #b6adfe

#b6adfe

Complementary Color

#b6adfe #f5fead

#b6adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adfe Color CSS Codes

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

#b6adfe Text Font Color

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

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


#b6adfe Background Color

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

This div background color is #b6adfe


#b6adfe Border Color

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

This div border color is #b6adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adfe


Comments

No comments written yet.

Please login to write comment.