Color Hex Logo

#b5beff Color Hex

#B5BEFF
(181,190,255)
0 Favorites   0 Comments

Color spaces of #b5beff

RGB 181190255
HSL0.651.000.85
HSV233°29°100°
CMYK 0.290.250.00   0.00
XYZ55.519553.8707102.0796
Yxy53.87070.26250.2547
Hunter Lab73.39676.5787-31.0825
CIE-Lab78.386311.1268-33.0096

#b5beff color RGB value is (181,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 11111111
Octal 265 276 377
Decimal 181 190 255
Hex B5 BE FF

RGB Percentages of Color #b5beff

%28.91
%30.35
%40.73

CMYK Percentages of Color #b5beff

%29
%25
%0
%0

Triadic Colors of #b5beff

#b5beff #ffb5be #beffb5

Analogous Colors of #b5beff

#b5beff #d1b5ff #b5e3ff

Monochromatic Colors of #b5beff

#b5beff

Complementary Color

#b5beff #fff6b5

#b5beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5beff Color CSS Codes

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

#b5beff Text Font Color

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

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


#b5beff Background Color

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

This div background color is #b5beff


#b5beff Border Color

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

This div border color is #b5beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5beff

#b5beff Color Palettes


Comments

No comments written yet.

Please login to write comment.