Color Hex Logo

#b5beeb Color Hex

#B5BEEB
(181,190,235)
0 Favorites   0 Comments

Color spaces of #b5beeb

RGB 181190235
HSL0.640.570.82
HSV230°23°92°
CMYK 0.230.190.00   0.08
XYZ52.464952.648885.9943
Yxy52.64880.27450.2755
Hunter Lab72.55952.0872-19.4762
CIE-Lab77.66726.4160-23.3749

#b5beeb color RGB value is (181,190,235).

#b5beeb hex color red value is 181, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b5beeb hue: 0.64 , saturation: 0.57 and the lightness value of b5beeb is 0.82.

The process color (four color CMYK) of #b5beeb color hex is 0.23, 0.19, 0.00, 0.08. Web safe color of #b5beeb is #ccccff. Color #b5beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 11101011
Octal 265 276 353
Decimal 181 190 235
Hex B5 BE EB

RGB Percentages of Color #b5beeb

%29.87
%31.35
%38.78

CMYK Percentages of Color #b5beeb

%23
%19
%0
%8

Triadic Colors of #b5beeb

#b5beeb #ebb5be #beebb5

Analogous Colors of #b5beeb

#b5beeb #c7b5eb #b5d9eb

Monochromatic Colors of #b5beeb

#b5beeb

Complementary Color

#b5beeb #ebe2b5

#b5beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5beeb Color CSS Codes

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

#b5beeb Text Font Color

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

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


#b5beeb Background Color

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

This div background color is #b5beeb


#b5beeb Border Color

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

This div border color is #b5beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5beeb


Comments

No comments written yet.

Please login to write comment.