Color Hex Logo

#b8baed Color Hex

#B8BAED
(184,186,237)
0 Favorites   0 Comments

Color spaces of #b8baed

RGB 184186237
HSL0.660.600.83
HSV238°22°93°
CMYK 0.220.220.00   0.07
XYZ52.612151.422687.2734
Yxy51.42260.27500.2688
Hunter Lab71.70965.4707-21.9616
CIE-Lab76.93439.9583-25.5506

#b8baed color RGB value is (184,186,237).

#b8baed hex color red value is 184, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b8baed hue: 0.66 , saturation: 0.60 and the lightness value of b8baed is 0.83.

The process color (four color CMYK) of #b8baed color hex is 0.22, 0.22, 0.00, 0.07. Web safe color of #b8baed is #ccccff. Color #b8baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 11101101
Octal 270 272 355
Decimal 184 186 237
Hex B8 BA ED

RGB Percentages of Color #b8baed

%30.31
%30.64
%39.04

CMYK Percentages of Color #b8baed

%22
%22
%0
%7

Triadic Colors of #b8baed

#b8baed #edb8ba #baedb8

Analogous Colors of #b8baed

#b8baed #d1b8ed #b8d5ed

Monochromatic Colors of #b8baed

#b8baed

Complementary Color

#b8baed #edebb8

#b8baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baed Color CSS Codes

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

#b8baed Text Font Color

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

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


#b8baed Background Color

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

This div background color is #b8baed


#b8baed Border Color

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

This div border color is #b8baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baed


Comments

No comments written yet.

Please login to write comment.