Color Hex Logo

#b5aede Color Hex

#B5AEDE
(181,174,222)
0 Favorites   0 Comments

Color spaces of #b5aede

RGB 181174222
HSL0.690.420.78
HSV249°22°87°
CMYK 0.180.220.00   0.13
XYZ47.376945.369875.3675
Yxy45.36980.28180.2699
Hunter Lab67.35717.6764-19.1910
CIE-Lab73.134712.2404-23.2372

#b5aede color RGB value is (181,174,222).

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

The process color (four color CMYK) of #b5aede color hex is 0.18, 0.22, 0.00, 0.13. Web safe color of #b5aede is #cc99cc. Color #b5aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11011110
Octal 265 256 336
Decimal 181 174 222
Hex B5 AE DE

RGB Percentages of Color #b5aede

%31.37
%30.16
%38.47

CMYK Percentages of Color #b5aede

%18
%22
%0
%13

Triadic Colors of #b5aede

#b5aede #deb5ae #aedeb5

Analogous Colors of #b5aede

#b5aede #cdaede #aebfde

Monochromatic Colors of #b5aede

#b5aede

Complementary Color

#b5aede #d7deae

#b5aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aede Color CSS Codes

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

#b5aede Text Font Color

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

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


#b5aede Background Color

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

This div background color is #b5aede


#b5aede Border Color

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

This div border color is #b5aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aede


Comments

No comments written yet.

Please login to write comment.