Color Hex Logo

#b9aee4 Color Hex

#B9AEE4
(185,174,228)
0 Favorites   0 Comments

Color spaces of #b9aee4

RGB 185174228
HSL0.700.500.79
HSV252°24°89°
CMYK 0.190.240.00   0.11
XYZ49.147246.187879.7236
Yxy46.18780.28070.2638
Hunter Lab67.961610.1515-21.9781
CIE-Lab73.667214.8227-25.6639

#b9aee4 color RGB value is (185,174,228).

#b9aee4 hex color red value is 185, green value is 174 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #b9aee4 hue: 0.70 , saturation: 0.50 and the lightness value of b9aee4 is 0.79.

The process color (four color CMYK) of #b9aee4 color hex is 0.19, 0.24, 0.00, 0.11. Web safe color of #b9aee4 is #cc99cc. Color #b9aee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11100100
Octal 271 256 344
Decimal 185 174 228
Hex B9 AE E4

RGB Percentages of Color #b9aee4

%31.52
%29.64
%38.84

CMYK Percentages of Color #b9aee4

%19
%24
%0
%11

Triadic Colors of #b9aee4

#b9aee4 #e4b9ae #aee4b9

Analogous Colors of #b9aee4

#b9aee4 #d4aee4 #aebee4

Monochromatic Colors of #b9aee4

#b9aee4

Complementary Color

#b9aee4 #d9e4ae

#b9aee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aee4 Color CSS Codes

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

#b9aee4 Text Font Color

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

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


#b9aee4 Background Color

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

This div background color is #b9aee4


#b9aee4 Border Color

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

This div border color is #b9aee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aee4


Comments

No comments written yet.

Please login to write comment.