Color Hex Logo

#b8adff Color Hex

#B8ADFF
(184,173,255)
0 Favorites   0 Comments

Color spaces of #b8adff

RGB 184173255
HSL0.691.000.84
HSV248°32°100°
CMYK 0.280.320.00   0.00
XYZ52.760747.2975100.9563
Yxy47.29750.26250.2353
Hunter Lab68.773216.5867-38.8941
CIE-Lab74.379721.3557-39.1969

#b8adff color RGB value is (184,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11111111
Octal 270 255 377
Decimal 184 173 255
Hex B8 AD FF

RGB Percentages of Color #b8adff

%30.07
%28.27
%41.67

CMYK Percentages of Color #b8adff

%28
%32
%0
%0

Triadic Colors of #b8adff

#b8adff #ffb8ad #adffb8

Analogous Colors of #b8adff

#b8adff #e1adff #adcbff

Monochromatic Colors of #b8adff

#b8adff

Complementary Color

#b8adff #f4ffad

#b8adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adff Color CSS Codes

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

#b8adff Text Font Color

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

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


#b8adff Background Color

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

This div background color is #b8adff


#b8adff Border Color

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

This div border color is #b8adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adff


Comments

No comments written yet.

Please login to write comment.