Color Hex Logo

#b5aedc Color Hex

#B5AEDC
(181,174,220)
0 Favorites   0 Comments

Color spaces of #b5aedc

RGB 181174220
HSL0.690.400.77
HSV249°21°86°
CMYK 0.180.210.00   0.14
XYZ47.110445.263273.9638
Yxy45.26320.28320.2721
Hunter Lab67.27797.2557-18.0875
CIE-Lab73.064911.7968-22.2524

#b5aedc color RGB value is (181,174,220).

#b5aedc hex color red value is 181, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b5aedc hue: 0.69 , saturation: 0.40 and the lightness value of b5aedc is 0.77.

The process color (four color CMYK) of #b5aedc color hex is 0.18, 0.21, 0.00, 0.14. Web safe color of #b5aedc is #cc99cc. Color #b5aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11011100
Octal 265 256 334
Decimal 181 174 220
Hex B5 AE DC

RGB Percentages of Color #b5aedc

%31.48
%30.26
%38.26

CMYK Percentages of Color #b5aedc

%18
%21
%0
%14

Triadic Colors of #b5aedc

#b5aedc #dcb5ae #aedcb5

Analogous Colors of #b5aedc

#b5aedc #ccaedc #aebedc

Monochromatic Colors of #b5aedc

#b5aedc

Complementary Color

#b5aedc #d5dcae

#b5aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aedc Color CSS Codes

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

#b5aedc Text Font Color

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

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


#b5aedc Background Color

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

This div background color is #b5aedc


#b5aedc Border Color

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

This div border color is #b5aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aedc


Comments

No comments written yet.

Please login to write comment.