Color Hex Logo

#b8beff Color Hex

#B8BEFF
(184,190,255)
0 Favorites   0 Comments

Color spaces of #b8beff

RGB 184190255
HSL0.651.000.86
HSV235°28°100°
CMYK 0.280.250.00   0.00
XYZ56.230654.2373102.1129
Yxy54.23730.26450.2551
Hunter Lab73.64607.4089-30.6556
CIE-Lab78.599911.9829-32.6625

#b8beff color RGB value is (184,190,255).

#b8beff hex color red value is 184, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b8beff hue: 0.65 , saturation: 1.00 and the lightness value of b8beff is 0.86.

The process color (four color CMYK) of #b8beff color hex is 0.28, 0.25, 0.00, 0.00. Web safe color of #b8beff is #ccccff. Color #b8beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11111111
Octal 270 276 377
Decimal 184 190 255
Hex B8 BE FF

RGB Percentages of Color #b8beff

%29.25
%30.21
%40.54

CMYK Percentages of Color #b8beff

%28
%25
%0
%0

Triadic Colors of #b8beff

#b8beff #ffb8be #beffb8

Analogous Colors of #b8beff

#b8beff #d6b8ff #b8e2ff

Monochromatic Colors of #b8beff

#b8beff

Complementary Color

#b8beff #fff9b8

#b8beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8beff Color CSS Codes

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

#b8beff Text Font Color

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

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


#b8beff Background Color

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

This div background color is #b8beff


#b8beff Border Color

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

This div border color is #b8beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8beff


Comments

No comments written yet.

Please login to write comment.