Color Hex Logo

#b5aec1 Color Hex

#B5AEC1
(181,174,193)
0 Favorites   0 Comments

Color spaces of #b5aec1

RGB 181174193
HSL0.730.130.72
HSV262°10°76°
CMYK 0.060.100.00   0.24
XYZ43.817743.946156.6251
Yxy43.94610.30350.3044
Hunter Lab66.29191.9745-4.2400
CIE-Lab72.19256.1148-8.7787

#b5aec1 color RGB value is (181,174,193).

#b5aec1 hex color red value is 181, green value is 174 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b5aec1 hue: 0.73 , saturation: 0.13 and the lightness value of b5aec1 is 0.72.

The process color (four color CMYK) of #b5aec1 color hex is 0.06, 0.10, 0.00, 0.24. Web safe color of #b5aec1 is #cc99cc. Color #b5aec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11000001
Octal 265 256 301
Decimal 181 174 193
Hex B5 AE C1

RGB Percentages of Color #b5aec1

%33.03
%31.75
%35.22

CMYK Percentages of Color #b5aec1

%6
%10
%0
%24

Triadic Colors of #b5aec1

#b5aec1 #c1b5ae #aec1b5

Analogous Colors of #b5aec1

#b5aec1 #bfaec1 #aeb1c1

Monochromatic Colors of #b5aec1

#b5aec1

Complementary Color

#b5aec1 #bac1ae

#b5aec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aec1 Color CSS Codes

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

#b5aec1 Text Font Color

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

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


#b5aec1 Background Color

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

This div background color is #b5aec1


#b5aec1 Border Color

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

This div border color is #b5aec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aec1


Comments

No comments written yet.

Please login to write comment.