Color Hex Logo

#b8aedc Color Hex

#B8AEDC
(184,174,220)
0 Favorites   0 Comments

Color spaces of #b8aedc

RGB 184174220
HSL0.700.400.77
HSV253°21°86°
CMYK 0.160.210.00   0.14
XYZ47.821545.629873.9971
Yxy45.62980.28560.2725
Hunter Lab67.54988.1558-17.6640
CIE-Lab73.304712.7441-21.8653

#b8aedc color RGB value is (184,174,220).

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

The process color (four color CMYK) of #b8aedc color hex is 0.16, 0.21, 0.00, 0.14. Web safe color of #b8aedc is #cc99cc. Color #b8aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 11011100
Octal 270 256 334
Decimal 184 174 220
Hex B8 AE DC

RGB Percentages of Color #b8aedc

%31.83
%30.10
%38.06

CMYK Percentages of Color #b8aedc

%16
%21
%0
%14

Triadic Colors of #b8aedc

#b8aedc #dcb8ae #aedcb8

Analogous Colors of #b8aedc

#b8aedc #cfaedc #aebbdc

Monochromatic Colors of #b8aedc

#b8aedc

Complementary Color

#b8aedc #d2dcae

#b8aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aedc Color CSS Codes

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

#b8aedc Text Font Color

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

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


#b8aedc Background Color

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

This div background color is #b8aedc


#b8aedc Border Color

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

This div border color is #b8aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aedc


Comments

No comments written yet.

Please login to write comment.