Color Hex Logo

#b3addd Color Hex

#B3ADDD
(179,173,221)
0 Favorites   0 Comments

Color spaces of #b3addd

RGB 179173221
HSL0.690.410.77
HSV248°22°87°
CMYK 0.190.220.00   0.13
XYZ46.585144.691374.5776
Yxy44.69130.28090.2695
Hunter Lab66.85167.3964-19.3461
CIE-Lab72.688211.9443-23.3869

#b3addd color RGB value is (179,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101101 11011101
Octal 263 255 335
Decimal 179 173 221
Hex B3 AD DD

RGB Percentages of Color #b3addd

%31.24
%30.19
%38.57

CMYK Percentages of Color #b3addd

%19
%22
%0
%13

Triadic Colors of #b3addd

#b3addd #ddb3ad #adddb3

Analogous Colors of #b3addd

#b3addd #cbaddd #adbfdd

Monochromatic Colors of #b3addd

#b3addd

Complementary Color

#b3addd #d7ddad

#b3addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3addd Color CSS Codes

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

#b3addd Text Font Color

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

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


#b3addd Background Color

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

This div background color is #b3addd


#b3addd Border Color

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

This div border color is #b3addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3addd


Comments

No comments written yet.

Please login to write comment.