Color Hex Logo

#b4aedd Color Hex

#B4AEDD
(180,174,221)
0 Favorites   0 Comments

Color spaces of #b4aedd

RGB 180174221
HSL0.690.410.77
HSV248°21°87°
CMYK 0.190.210.00   0.13
XYZ47.009645.195974.6526
Yxy45.19590.28170.2709
Hunter Lab67.22797.1686-18.7785
CIE-Lab73.020711.7047-22.8726

#b4aedd color RGB value is (180,174,221).

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

The process color (four color CMYK) of #b4aedd color hex is 0.19, 0.21, 0.00, 0.13. Web safe color of #b4aedd is #cc99cc. Color #b4aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101110 11011101
Octal 264 256 335
Decimal 180 174 221
Hex B4 AE DD

RGB Percentages of Color #b4aedd

%31.30
%30.26
%38.43

CMYK Percentages of Color #b4aedd

%19
%21
%0
%13

Triadic Colors of #b4aedd

#b4aedd #ddb4ae #aeddb4

Analogous Colors of #b4aedd

#b4aedd #ccaedd #aec0dd

Monochromatic Colors of #b4aedd

#b4aedd

Complementary Color

#b4aedd #d7ddae

#b4aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aedd Color CSS Codes

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

#b4aedd Text Font Color

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

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


#b4aedd Background Color

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

This div background color is #b4aedd


#b4aedd Border Color

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

This div border color is #b4aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aedd

#b4aedd Color Palettes


Comments

No comments written yet.

Please login to write comment.