Color Hex Logo

#b2baed Color Hex

#B2BAED
(178,186,237)
0 Favorites   0 Comments

Color spaces of #b2baed

RGB 178186237
HSL0.640.620.81
HSV232°25°93°
CMYK 0.250.220.00   0.07
XYZ51.205150.697287.2075
Yxy50.69720.27080.2681
Hunter Lab71.20203.7654-22.7765
CIE-Lab76.49528.1580-26.2608

#b2baed color RGB value is (178,186,237).

#b2baed hex color red value is 178, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b2baed hue: 0.64 , saturation: 0.62 and the lightness value of b2baed is 0.81.

The process color (four color CMYK) of #b2baed color hex is 0.25, 0.22, 0.00, 0.07. Web safe color of #b2baed is #99ccff. Color #b2baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 11101101
Octal 262 272 355
Decimal 178 186 237
Hex B2 BA ED

RGB Percentages of Color #b2baed

%29.62
%30.95
%39.43

CMYK Percentages of Color #b2baed

%25
%22
%0
%7

Triadic Colors of #b2baed

#b2baed #edb2ba #baedb2

Analogous Colors of #b2baed

#b2baed #c8b2ed #b2d8ed

Monochromatic Colors of #b2baed

#b2baed

Complementary Color

#b2baed #ede5b2

#b2baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2baed Color CSS Codes

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

#b2baed Text Font Color

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

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


#b2baed Background Color

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

This div background color is #b2baed


#b2baed Border Color

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

This div border color is #b2baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2baed


Comments

No comments written yet.

Please login to write comment.