Color Hex Logo

#b8bade Color Hex

#B8BADE
(184,186,222)
0 Favorites   0 Comments

Color spaces of #b8bade

RGB 184186222
HSL0.660.370.80
HSV237°17°87°
CMYK 0.170.160.00   0.13
XYZ50.510950.582176.2083
Yxy50.58210.28490.2853
Hunter Lab71.12112.3105-13.7462
CIE-Lab76.42526.6130-18.2194

#b8bade color RGB value is (184,186,222).

#b8bade hex color red value is 184, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b8bade hue: 0.66 , saturation: 0.37 and the lightness value of b8bade is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 11011110
Octal 270 272 336
Decimal 184 186 222
Hex B8 BA DE

RGB Percentages of Color #b8bade

%31.08
%31.42
%37.50

CMYK Percentages of Color #b8bade

%17
%16
%0
%13

Triadic Colors of #b8bade

#b8bade #deb8ba #badeb8

Analogous Colors of #b8bade

#b8bade #c9b8de #b8cdde

Monochromatic Colors of #b8bade

#b8bade

Complementary Color

#b8bade #dedcb8

#b8bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bade Color CSS Codes

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

#b8bade Text Font Color

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

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


#b8bade Background Color

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

This div background color is #b8bade


#b8bade Border Color

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

This div border color is #b8bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bade


Comments

No comments written yet.

Please login to write comment.