Color Hex Logo

#b8aedf Color Hex

#B8AEDF
(184,174,223)
0 Favorites   0 Comments

Color spaces of #b8aedf

RGB 184174223
HSL0.700.430.78
HSV252°22°87°
CMYK 0.170.220.00   0.13
XYZ48.222545.790276.1088
Yxy45.79020.28350.2692
Hunter Lab67.66858.7845-19.3174
CIE-Lab73.409213.4020-23.3421

#b8aedf color RGB value is (184,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 11011111
Octal 270 256 337
Decimal 184 174 223
Hex B8 AE DF

RGB Percentages of Color #b8aedf

%31.67
%29.95
%38.38

CMYK Percentages of Color #b8aedf

%17
%22
%0
%13

Triadic Colors of #b8aedf

#b8aedf #dfb8ae #aedfb8

Analogous Colors of #b8aedf

#b8aedf #d1aedf #aebddf

Monochromatic Colors of #b8aedf

#b8aedf

Complementary Color

#b8aedf #d5dfae

#b8aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aedf Color CSS Codes

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

#b8aedf Text Font Color

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

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


#b8aedf Background Color

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

This div background color is #b8aedf


#b8aedf Border Color

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

This div border color is #b8aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aedf


Comments

No comments written yet.

Please login to write comment.