Color Hex Logo

#b6adfc Color Hex

#B6ADFC
(182,173,252)
0 Favorites   0 Comments

Color spaces of #b6adfc

RGB 182173252
HSL0.690.930.83
HSV247°31°99°
CMYK 0.280.310.00   0.01
XYZ51.805746.860598.4100
Yxy46.86050.26290.2378
Hunter Lab68.454715.2908-37.3165
CIE-Lab74.100520.0648-38.0247

#b6adfc color RGB value is (182,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 11111100
Octal 266 255 374
Decimal 182 173 252
Hex B6 AD FC

RGB Percentages of Color #b6adfc

%29.98
%28.50
%41.52

CMYK Percentages of Color #b6adfc

%28
%31
%0
%1

Triadic Colors of #b6adfc

#b6adfc #fcb6ad #adfcb6

Analogous Colors of #b6adfc

#b6adfc #deadfc #adccfc

Monochromatic Colors of #b6adfc

#b6adfc

Complementary Color

#b6adfc #f3fcad

#b6adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adfc Color CSS Codes

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

#b6adfc Text Font Color

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

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


#b6adfc Background Color

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

This div background color is #b6adfc


#b6adfc Border Color

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

This div border color is #b6adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adfc


Comments

No comments written yet.

Please login to write comment.