Color Hex Logo

#b5aeda Color Hex

#B5AEDA
(181,174,218)
0 Favorites   0 Comments

Color spaces of #b5aeda

RGB 181174218
HSL0.690.370.77
HSV250°20°85°
CMYK 0.170.200.00   0.15
XYZ46.847045.157872.5769
Yxy45.15780.28460.2744
Hunter Lab67.19966.8390-16.9947
CIE-Lab72.995711.3561-21.2658

#b5aeda color RGB value is (181,174,218).

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

The process color (four color CMYK) of #b5aeda color hex is 0.17, 0.20, 0.00, 0.15. Web safe color of #b5aeda is #cc99cc. Color #b5aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11011010
Octal 265 256 332
Decimal 181 174 218
Hex B5 AE DA

RGB Percentages of Color #b5aeda

%31.59
%30.37
%38.05

CMYK Percentages of Color #b5aeda

%17
%20
%0
%15

Triadic Colors of #b5aeda

#b5aeda #dab5ae #aedab5

Analogous Colors of #b5aeda

#b5aeda #cbaeda #aebdda

Monochromatic Colors of #b5aeda

#b5aeda

Complementary Color

#b5aeda #d3daae

#b5aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aeda Color CSS Codes

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

#b5aeda Text Font Color

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

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


#b5aeda Background Color

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

This div background color is #b5aeda


#b5aeda Border Color

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

This div border color is #b5aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aeda


Comments

No comments written yet.

Please login to write comment.