Color Hex Logo

#b8adde Color Hex

#B8ADDE
(184,173,222)
0 Favorites   0 Comments

Color spaces of #b8adde

RGB 184173222
HSL0.700.430.77
HSV253°22°87°
CMYK 0.170.220.00   0.13
XYZ47.895645.351475.3366
Yxy45.35140.28410.2690
Hunter Lab67.34349.1007-19.1869
CIE-Lab73.122713.7339-23.2338

#b8adde color RGB value is (184,173,222).

#b8adde hex color red value is 184, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b8adde hue: 0.70 , saturation: 0.43 and the lightness value of b8adde is 0.77.

The process color (four color CMYK) of #b8adde color hex is 0.17, 0.22, 0.00, 0.13. Web safe color of #b8adde is #cc99cc. Color #b8adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11011110
Octal 270 255 336
Decimal 184 173 222
Hex B8 AD DE

RGB Percentages of Color #b8adde

%31.78
%29.88
%38.34

CMYK Percentages of Color #b8adde

%17
%22
%0
%13

Triadic Colors of #b8adde

#b8adde #deb8ad #addeb8

Analogous Colors of #b8adde

#b8adde #d1adde #adbbde

Monochromatic Colors of #b8adde

#b8adde

Complementary Color

#b8adde #d3dead

#b8adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adde Color CSS Codes

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

#b8adde Text Font Color

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

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


#b8adde Background Color

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

This div background color is #b8adde


#b8adde Border Color

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

This div border color is #b8adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adde


Comments

No comments written yet.

Please login to write comment.