Color Hex Logo

#b3aedc Color Hex

#B3AEDC
(179,174,220)
0 Favorites   0 Comments

Color spaces of #b3aedc

RGB 179174220
HSL0.680.400.77
HSV247°21°86°
CMYK 0.190.210.00   0.14
XYZ46.644745.023173.9420
Yxy45.02310.28170.2719
Hunter Lab67.09936.6623-18.3669
CIE-Lab72.907111.1686-22.5071

#b3aedc color RGB value is (179,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 11011100
Octal 263 256 334
Decimal 179 174 220
Hex B3 AE DC

RGB Percentages of Color #b3aedc

%31.24
%30.37
%38.39

CMYK Percentages of Color #b3aedc

%19
%21
%0
%14

Triadic Colors of #b3aedc

#b3aedc #dcb3ae #aedcb3

Analogous Colors of #b3aedc

#b3aedc #caaedc #aec0dc

Monochromatic Colors of #b3aedc

#b3aedc

Complementary Color

#b3aedc #d7dcae

#b3aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aedc Color CSS Codes

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

#b3aedc Text Font Color

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

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


#b3aedc Background Color

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

This div background color is #b3aedc


#b3aedc Border Color

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

This div border color is #b3aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aedc


Comments

No comments written yet.

Please login to write comment.