Color Hex Logo

#b8beda Color Hex

#B8BEDA
(184,190,218)
0 Favorites   0 Comments

Color spaces of #b8beda

RGB 184190218
HSL0.640.310.79
HSV229°16°85°
CMYK 0.160.130.00   0.15
XYZ50.835552.079273.7026
Yxy52.07920.28780.2949
Hunter Lab72.1659-0.5504-10.0364
CIE-Lab77.32823.5865-14.6946

#b8beda color RGB value is (184,190,218).

#b8beda hex color red value is 184, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b8beda hue: 0.64 , saturation: 0.31 and the lightness value of b8beda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11011010
Octal 270 276 332
Decimal 184 190 218
Hex B8 BE DA

RGB Percentages of Color #b8beda

%31.08
%32.09
%36.82

CMYK Percentages of Color #b8beda

%16
%13
%0
%15

Triadic Colors of #b8beda

#b8beda #dab8be #bedab8

Analogous Colors of #b8beda

#b8beda #c3b8da #b8cfda

Monochromatic Colors of #b8beda

#b8beda

Complementary Color

#b8beda #dad4b8

#b8beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beda Color CSS Codes

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

#b8beda Text Font Color

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

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


#b8beda Background Color

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

This div background color is #b8beda


#b8beda Border Color

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

This div border color is #b8beda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,190,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beda


Comments

No comments written yet.

Please login to write comment.