Color Hex Logo

#b4bade Color Hex

#B4BADE
(180,186,222)
0 Favorites   0 Comments

Color spaces of #b4bade

RGB 180186222
HSL0.640.390.79
HSV231°19°87°
CMYK 0.190.160.00   0.13
XYZ49.566150.095076.1641
Yxy50.09500.28190.2849
Hunter Lab70.77781.1434-14.2576
CIE-Lab76.12755.3549-18.6983

#b4bade color RGB value is (180,186,222).

#b4bade hex color red value is 180, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b4bade hue: 0.64 , saturation: 0.39 and the lightness value of b4bade is 0.79.

The process color (four color CMYK) of #b4bade color hex is 0.19, 0.16, 0.00, 0.13. Web safe color of #b4bade is #cccccc. Color #b4bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 11011110
Octal 264 272 336
Decimal 180 186 222
Hex B4 BA DE

RGB Percentages of Color #b4bade

%30.61
%31.63
%37.76

CMYK Percentages of Color #b4bade

%19
%16
%0
%13

Triadic Colors of #b4bade

#b4bade #deb4ba #badeb4

Analogous Colors of #b4bade

#b4bade #c3b4de #b4cfde

Monochromatic Colors of #b4bade

#b4bade

Complementary Color

#b4bade #ded8b4

#b4bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bade Color CSS Codes

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

#b4bade Text Font Color

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

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


#b4bade Background Color

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

This div background color is #b4bade


#b4bade Border Color

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

This div border color is #b4bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bade


Comments

No comments written yet.

Please login to write comment.