Color Hex Logo

#b1adff Color Hex

#B1ADFF
(177,173,255)
0 Favorites   0 Comments

Color spaces of #b1adff

RGB 177173255
HSL0.671.000.84
HSV243°32°100°
CMYK 0.310.320.00   0.00
XYZ51.125046.4543100.8797
Yxy46.45430.25760.2341
Hunter Lab68.157414.6178-40.0449
CIE-Lab73.839419.3935-40.0791

#b1adff color RGB value is (177,173,255).

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

The process color (four color CMYK) of #b1adff color hex is 0.31, 0.32, 0.00, 0.00. Web safe color of #b1adff is #9999ff. Color #b1adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 11111111
Octal 261 255 377
Decimal 177 173 255
Hex B1 AD FF

RGB Percentages of Color #b1adff

%29.26
%28.60
%42.15

CMYK Percentages of Color #b1adff

%31
%32
%0
%0

Triadic Colors of #b1adff

#b1adff #ffb1ad #adffb1

Analogous Colors of #b1adff

#b1adff #daadff #add2ff

Monochromatic Colors of #b1adff

#b1adff

Complementary Color

#b1adff #fbffad

#b1adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adff Color CSS Codes

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

#b1adff Text Font Color

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

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


#b1adff Background Color

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

This div background color is #b1adff


#b1adff Border Color

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

This div border color is #b1adff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,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 #b1adff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adff


Comments

No comments written yet.

Please login to write comment.