Color Hex Logo

#b2b4de Color Hex

#B2B4DE
(178,180,222)
0 Favorites   0 Comments

Color spaces of #b2b4de

RGB 178180222
HSL0.660.400.78
HSV237°20°87°
CMYK 0.200.190.00   0.13
XYZ47.866247.381475.7300
Yxy47.38140.28000.2771
Hunter Lab68.83413.6664-17.0458
CIE-Lab74.43318.0042-21.2818

#b2b4de color RGB value is (178,180,222).

#b2b4de hex color red value is 178, green value is 180 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2b4de hue: 0.66 , saturation: 0.40 and the lightness value of b2b4de is 0.78.

The process color (four color CMYK) of #b2b4de color hex is 0.20, 0.19, 0.00, 0.13. Web safe color of #b2b4de is #99cccc. Color #b2b4de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10110100 11011110
Octal 262 264 336
Decimal 178 180 222
Hex B2 B4 DE

RGB Percentages of Color #b2b4de

%30.69
%31.03
%38.28

CMYK Percentages of Color #b2b4de

%20
%19
%0
%13

Triadic Colors of #b2b4de

#b2b4de #deb2b4 #b4deb2

Analogous Colors of #b2b4de

#b2b4de #c6b2de #b2cade

Monochromatic Colors of #b2b4de

#b2b4de

Complementary Color

#b2b4de #dedcb2

#b2b4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2b4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2b4de Color CSS Codes

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

#b2b4de Text Font Color

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

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


#b2b4de Background Color

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

This div background color is #b2b4de


#b2b4de Border Color

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

This div border color is #b2b4de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,180,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2b4de


Comments

No comments written yet.

Please login to write comment.