Color Hex Logo

#b2beeb Color Hex

#B2BEEB
(178,190,235)
0 Favorites   0 Comments

Color spaces of #b2beeb

RGB 178190235
HSL0.630.590.81
HSV227°24°92°
CMYK 0.240.190.00   0.08
XYZ51.768952.290085.9617
Yxy52.29000.27240.2752
Hunter Lab72.31181.2446-19.8635
CIE-Lab77.45395.5135-23.7192

#b2beeb color RGB value is (178,190,235).

#b2beeb hex color red value is 178, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b2beeb hue: 0.63 , saturation: 0.59 and the lightness value of b2beeb is 0.81.

The process color (four color CMYK) of #b2beeb color hex is 0.24, 0.19, 0.00, 0.08. Web safe color of #b2beeb is #99ccff. Color #b2beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11101011
Octal 262 276 353
Decimal 178 190 235
Hex B2 BE EB

RGB Percentages of Color #b2beeb

%29.52
%31.51
%38.97

CMYK Percentages of Color #b2beeb

%24
%19
%0
%8

Triadic Colors of #b2beeb

#b2beeb #ebb2be #beebb2

Analogous Colors of #b2beeb

#b2beeb #c3b2eb #b2dbeb

Monochromatic Colors of #b2beeb

#b2beeb

Complementary Color

#b2beeb #ebdfb2

#b2beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beeb Color CSS Codes

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

#b2beeb Text Font Color

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

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


#b2beeb Background Color

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

This div background color is #b2beeb


#b2beeb Border Color

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

This div border color is #b2beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beeb


Comments

No comments written yet.

Please login to write comment.