Color Hex Logo

#b8aedd Color Hex

#B8AEDD
(184,174,221)
0 Favorites   0 Comments

Color spaces of #b8aedd

RGB 184174221
HSL0.700.410.77
HSV253°21°87°
CMYK 0.170.210.00   0.13
XYZ47.954445.682974.6968
Yxy45.68290.28490.2714
Hunter Lab67.58918.3646-18.2125
CIE-Lab73.339312.9629-22.3581

#b8aedd color RGB value is (184,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 11011101
Octal 270 256 335
Decimal 184 174 221
Hex B8 AE DD

RGB Percentages of Color #b8aedd

%31.78
%30.05
%38.17

CMYK Percentages of Color #b8aedd

%17
%21
%0
%13

Triadic Colors of #b8aedd

#b8aedd #ddb8ae #aeddb8

Analogous Colors of #b8aedd

#b8aedd #d0aedd #aebcdd

Monochromatic Colors of #b8aedd

#b8aedd

Complementary Color

#b8aedd #d3ddae

#b8aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aedd Color CSS Codes

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

#b8aedd Text Font Color

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

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


#b8aedd Background Color

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

This div background color is #b8aedd


#b8aedd Border Color

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

This div border color is #b8aedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b8aedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aedd


Comments

No comments written yet.

Please login to write comment.