Color Hex Logo

#b1aece Color Hex

#B1AECE
(177,174,206)
0 Favorites   0 Comments

Color spaces of #b1aece

RGB 177174206
HSL0.680.250.75
HSV246°16°81°
CMYK 0.140.160.00   0.19
XYZ44.408144.075464.5594
Yxy44.07540.29020.2880
Hunter Lab66.38933.2182-11.1833
CIE-Lab72.27897.4694-15.8159

#b1aece color RGB value is (177,174,206).

#b1aece hex color red value is 177, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b1aece hue: 0.68 , saturation: 0.25 and the lightness value of b1aece is 0.75.

The process color (four color CMYK) of #b1aece color hex is 0.14, 0.16, 0.00, 0.19. Web safe color of #b1aece is #9999cc. Color #b1aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 11001110
Octal 261 256 316
Decimal 177 174 206
Hex B1 AE CE

RGB Percentages of Color #b1aece

%31.78
%31.24
%36.98

CMYK Percentages of Color #b1aece

%14
%16
%0
%19

Triadic Colors of #b1aece

#b1aece #ceb1ae #aeceb1

Analogous Colors of #b1aece

#b1aece #c1aece #aebbce

Monochromatic Colors of #b1aece

#b1aece

Complementary Color

#b1aece #cbceae

#b1aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aece Color CSS Codes

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

#b1aece Text Font Color

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

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


#b1aece Background Color

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

This div background color is #b1aece


#b1aece Border Color

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

This div border color is #b1aece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,174,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1aece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1aece;
  -webkit-box-shadow: 1px 1px 3px 2px #b1aece;
  box-shadow:         1px 1px 3px 2px #b1aece; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,174,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aece


Comments

No comments written yet.

Please login to write comment.