Color Hex Logo

#b9aeeb Color Hex

#B9AEEB
(185,174,235)
0 Favorites   0 Comments

Color spaces of #b9aeeb

RGB 185174235
HSL0.700.600.80
HSV251°26°92°
CMYK 0.210.260.00   0.08
XYZ50.139046.584584.9464
Yxy46.58450.27600.2564
Hunter Lab68.252811.6848-26.0144
CIE-Lab73.923216.4009-29.0760

#b9aeeb color RGB value is (185,174,235).

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

The process color (four color CMYK) of #b9aeeb color hex is 0.21, 0.26, 0.00, 0.08. Web safe color of #b9aeeb is #cc99ff. Color #b9aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11101011
Octal 271 256 353
Decimal 185 174 235
Hex B9 AE EB

RGB Percentages of Color #b9aeeb

%31.14
%29.29
%39.56

CMYK Percentages of Color #b9aeeb

%21
%26
%0
%8

Triadic Colors of #b9aeeb

#b9aeeb #ebb9ae #aeebb9

Analogous Colors of #b9aeeb

#b9aeeb #d8aeeb #aec2eb

Monochromatic Colors of #b9aeeb

#b9aeeb

Complementary Color

#b9aeeb #e0ebae

#b9aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aeeb Color CSS Codes

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

#b9aeeb Text Font Color

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

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


#b9aeeb Background Color

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

This div background color is #b9aeeb


#b9aeeb Border Color

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

This div border color is #b9aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aeeb


Comments

No comments written yet.

Please login to write comment.