Color Hex Logo

#b3badc Color Hex

#B3BADC
(179,186,220)
0 Favorites   0 Comments

Color spaces of #b3badc

RGB 179186220
HSL0.640.370.78
HSV230°19°86°
CMYK 0.190.150.00   0.14
XYZ49.067649.868874.7497
Yxy49.86880.28250.2871
Hunter Lab70.61780.4464-13.3266
CIE-Lab75.98874.5997-17.8318

#b3badc color RGB value is (179,186,220).

#b3badc hex color red value is 179, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b3badc hue: 0.64 , saturation: 0.37 and the lightness value of b3badc is 0.78.

The process color (four color CMYK) of #b3badc color hex is 0.19, 0.15, 0.00, 0.14. Web safe color of #b3badc is #cccccc. Color #b3badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111010 11011100
Octal 263 272 334
Decimal 179 186 220
Hex B3 BA DC

RGB Percentages of Color #b3badc

%30.60
%31.79
%37.61

CMYK Percentages of Color #b3badc

%19
%15
%0
%14

Triadic Colors of #b3badc

#b3badc #dcb3ba #badcb3

Analogous Colors of #b3badc

#b3badc #c1b3dc #b3cfdc

Monochromatic Colors of #b3badc

#b3badc

Complementary Color

#b3badc #dcd5b3

#b3badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3badc Color CSS Codes

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

#b3badc Text Font Color

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

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


#b3badc Background Color

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

This div background color is #b3badc


#b3badc Border Color

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

This div border color is #b3badc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,186,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3badc

#b3badc Color Palettes


Comments

No comments written yet.

Please login to write comment.