Color Hex Logo

#b0adff Color Hex

#B0ADFF
(176,173,255)
0 Favorites   0 Comments

Color spaces of #b0adff

RGB 176173255
HSL0.671.000.84
HSV242°32°100°
CMYK 0.310.320.00   0.00
XYZ50.898146.3372100.8691
Yxy46.33720.25690.2339
Hunter Lab68.071414.3423-40.2067
CIE-Lab73.763819.1167-40.2025

#b0adff color RGB value is (176,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101101 11111111
Octal 260 255 377
Decimal 176 173 255
Hex B0 AD FF

RGB Percentages of Color #b0adff

%29.14
%28.64
%42.22

CMYK Percentages of Color #b0adff

%31
%32
%0
%0

Triadic Colors of #b0adff

#b0adff #ffb0ad #adffb0

Analogous Colors of #b0adff

#b0adff #d9adff #add3ff

Monochromatic Colors of #b0adff

#b0adff

Complementary Color

#b0adff #fcffad

#b0adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0adff Color CSS Codes

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

#b0adff Text Font Color

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

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


#b0adff Background Color

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

This div background color is #b0adff


#b0adff Border Color

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

This div border color is #b0adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0adff


Comments

No comments written yet.

Please login to write comment.