Color Hex Logo

#b2b7eb Color Hex

#B2B7EB
(178,183,235)
0 Favorites   0 Comments

Color spaces of #b2b7eb

RGB 178183235
HSL0.650.590.81
HSV235°24°92°
CMYK 0.240.220.00   0.08
XYZ50.289049.330185.4684
Yxy49.33010.27170.2665
Hunter Lab70.23544.8952-22.9843
CIE-Lab75.65629.3335-26.4644

#b2b7eb color RGB value is (178,183,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10110111 11101011
Octal 262 267 353
Decimal 178 183 235
Hex B2 B7 EB

RGB Percentages of Color #b2b7eb

%29.87
%30.70
%39.43

CMYK Percentages of Color #b2b7eb

%24
%22
%0
%8

Triadic Colors of #b2b7eb

#b2b7eb #ebb2b7 #b7ebb2

Analogous Colors of #b2b7eb

#b2b7eb #cab2eb #b2d4eb

Monochromatic Colors of #b2b7eb

#b2b7eb

Complementary Color

#b2b7eb #ebe6b2

#b2b7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2b7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2b7eb Color CSS Codes

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

#b2b7eb Text Font Color

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

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


#b2b7eb Background Color

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

This div background color is #b2b7eb


#b2b7eb Border Color

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

This div border color is #b2b7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2b7eb


Comments

No comments written yet.

Please login to write comment.