Color Hex Logo

#b6adf5 Color Hex

#B6ADF5
(182,173,245)
0 Favorites   0 Comments

Color spaces of #b6adf5

RGB 182173245
HSL0.690.780.82
HSV248°29°96°
CMYK 0.260.290.00   0.04
XYZ50.716446.424892.6740
Yxy46.42480.26720.2446
Hunter Lab68.135713.6278-32.9475
CIE-Lab73.820318.3893-34.6752

#b6adf5 color RGB value is (182,173,245).

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

The process color (four color CMYK) of #b6adf5 color hex is 0.26, 0.29, 0.00, 0.04. Web safe color of #b6adf5 is #cc99ff. Color #b6adf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 11110101
Octal 266 255 365
Decimal 182 173 245
Hex B6 AD F5

RGB Percentages of Color #b6adf5

%30.33
%28.83
%40.83

CMYK Percentages of Color #b6adf5

%26
%29
%0
%4

Triadic Colors of #b6adf5

#b6adf5 #f5b6ad #adf5b6

Analogous Colors of #b6adf5

#b6adf5 #daadf5 #adc8f5

Monochromatic Colors of #b6adf5

#b6adf5

Complementary Color

#b6adf5 #ecf5ad

#b6adf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6adf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6adf5 Color CSS Codes

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

#b6adf5 Text Font Color

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

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


#b6adf5 Background Color

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

This div background color is #b6adf5


#b6adf5 Border Color

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

This div border color is #b6adf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6adf5


Comments

No comments written yet.

Please login to write comment.