Color Hex Logo

#b9aeef Color Hex

#B9AEEF
(185,174,239)
0 Favorites   0 Comments

Color spaces of #b9aeef

RGB 185174239
HSL0.690.670.81
HSV250°27°94°
CMYK 0.230.270.00   0.06
XYZ50.723646.818488.0248
Yxy46.81840.27330.2523
Hunter Lab68.424012.5825-28.3775
CIE-Lab74.073517.3174-31.0147

#b9aeef color RGB value is (185,174,239).

#b9aeef hex color red value is 185, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b9aeef hue: 0.69 , saturation: 0.67 and the lightness value of b9aeef is 0.81.

The process color (four color CMYK) of #b9aeef color hex is 0.23, 0.27, 0.00, 0.06. Web safe color of #b9aeef is #cc99ff. Color #b9aeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 11101111
Octal 271 256 357
Decimal 185 174 239
Hex B9 AE EF

RGB Percentages of Color #b9aeef

%30.94
%29.10
%39.97

CMYK Percentages of Color #b9aeef

%23
%27
%0
%6

Triadic Colors of #b9aeef

#b9aeef #efb9ae #aeefb9

Analogous Colors of #b9aeef

#b9aeef #daaeef #aec4ef

Monochromatic Colors of #b9aeef

#b9aeef

Complementary Color

#b9aeef #e4efae

#b9aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aeef Color CSS Codes

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

#b9aeef Text Font Color

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

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


#b9aeef Background Color

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

This div background color is #b9aeef


#b9aeef Border Color

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

This div border color is #b9aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aeef


Comments

No comments written yet.

Please login to write comment.