Color Hex Logo

#b5addd Color Hex

#B5ADDD
(181,173,221)
0 Favorites   0 Comments

Color spaces of #b5addd

RGB 181173221
HSL0.690.410.77
HSV250°22°87°
CMYK 0.180.220.00   0.13
XYZ47.050844.931474.5994
Yxy44.93140.28240.2697
Hunter Lab67.03097.9899-19.0629
CIE-Lab72.846712.5702-23.1307

#b5addd color RGB value is (181,173,221).

#b5addd hex color red value is 181, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b5addd hue: 0.69 , saturation: 0.41 and the lightness value of b5addd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11011101
Octal 265 255 335
Decimal 181 173 221
Hex B5 AD DD

RGB Percentages of Color #b5addd

%31.48
%30.09
%38.43

CMYK Percentages of Color #b5addd

%18
%22
%0
%13

Triadic Colors of #b5addd

#b5addd #ddb5ad #adddb5

Analogous Colors of #b5addd

#b5addd #cdaddd #adbddd

Monochromatic Colors of #b5addd

#b5addd

Complementary Color

#b5addd #d5ddad

#b5addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5addd Color CSS Codes

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

#b5addd Text Font Color

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

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


#b5addd Background Color

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

This div background color is #b5addd


#b5addd Border Color

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

This div border color is #b5addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5addd


Comments

No comments written yet.

Please login to write comment.