Color Hex Logo

#b4addb Color Hex

#B4ADDB
(180,173,219)
0 Favorites   0 Comments

Color spaces of #b4addb

RGB 180173219
HSL0.690.390.77
HSV249°21°86°
CMYK 0.180.210.00   0.14
XYZ46.552144.704973.1932
Yxy44.70490.28310.2718
Hunter Lab66.86177.2716-18.1013
CIE-Lab72.697211.8124-22.2736

#b4addb color RGB value is (180,173,219).

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

The process color (four color CMYK) of #b4addb color hex is 0.18, 0.21, 0.00, 0.14. Web safe color of #b4addb is #cc99cc. Color #b4addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 11011011
Octal 264 255 333
Decimal 180 173 219
Hex B4 AD DB

RGB Percentages of Color #b4addb

%31.47
%30.24
%38.29

CMYK Percentages of Color #b4addb

%18
%21
%0
%14

Triadic Colors of #b4addb

#b4addb #dbb4ad #addbb4

Analogous Colors of #b4addb

#b4addb #cbaddb #adbddb

Monochromatic Colors of #b4addb

#b4addb

Complementary Color

#b4addb #d4dbad

#b4addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4addb Color CSS Codes

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

#b4addb Text Font Color

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

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


#b4addb Background Color

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

This div background color is #b4addb


#b4addb Border Color

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

This div border color is #b4addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4addb


Comments

No comments written yet.

Please login to write comment.