Color Hex Logo

#b2bade Color Hex

#B2BADE
(178,186,222)
0 Favorites   0 Comments

Color spaces of #b2bade

RGB 178186222
HSL0.640.400.78
HSV229°20°87°
CMYK 0.200.160.00   0.13
XYZ49.103849.856776.1425
Yxy49.85670.28040.2847
Hunter Lab70.60930.5680-14.5097
CIE-Lab75.98124.7304-18.9338

#b2bade color RGB value is (178,186,222).

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

The process color (four color CMYK) of #b2bade color hex is 0.20, 0.16, 0.00, 0.13. Web safe color of #b2bade is #99cccc. Color #b2bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 11011110
Octal 262 272 336
Decimal 178 186 222
Hex B2 BA DE

RGB Percentages of Color #b2bade

%30.38
%31.74
%37.88

CMYK Percentages of Color #b2bade

%20
%16
%0
%13

Triadic Colors of #b2bade

#b2bade #deb2ba #badeb2

Analogous Colors of #b2bade

#b2bade #c0b2de #b2d0de

Monochromatic Colors of #b2bade

#b2bade

Complementary Color

#b2bade #ded6b2

#b2bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bade Color CSS Codes

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

#b2bade Text Font Color

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

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


#b2bade Background Color

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

This div background color is #b2bade


#b2bade Border Color

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

This div border color is #b2bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bade


Comments

No comments written yet.

Please login to write comment.