Color Hex Logo

#b5aeee Color Hex

#B5AEEE
(181,174,238)
0 Favorites   0 Comments

Color spaces of #b5aeee

RGB 181174238
HSL0.680.650.81
HSV247°27°93°
CMYK 0.240.270.00   0.07
XYZ49.624746.268987.2042
Yxy46.26890.27100.2527
Hunter Lab68.021211.1870-28.3957
CIE-Lab73.719715.8921-31.0439

#b5aeee color RGB value is (181,174,238).

#b5aeee hex color red value is 181, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b5aeee hue: 0.68 , saturation: 0.65 and the lightness value of b5aeee is 0.81.

The process color (four color CMYK) of #b5aeee color hex is 0.24, 0.27, 0.00, 0.07. Web safe color of #b5aeee is #cc99ff. Color #b5aeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11101110
Octal 265 256 356
Decimal 181 174 238
Hex B5 AE EE

RGB Percentages of Color #b5aeee

%30.52
%29.34
%40.13

CMYK Percentages of Color #b5aeee

%24
%27
%0
%7

Triadic Colors of #b5aeee

#b5aeee #eeb5ae #aeeeb5

Analogous Colors of #b5aeee

#b5aeee #d5aeee #aec7ee

Monochromatic Colors of #b5aeee

#b5aeee

Complementary Color

#b5aeee #e7eeae

#b5aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aeee Color CSS Codes

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

#b5aeee Text Font Color

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

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


#b5aeee Background Color

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

This div background color is #b5aeee


#b5aeee Border Color

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

This div border color is #b5aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aeee


Comments

No comments written yet.

Please login to write comment.