Color Hex Logo

#b2aedf Color Hex

#B2AEDF
(178,174,223)
0 Favorites   0 Comments

Color spaces of #b2aedf

RGB 178174223
HSL0.680.430.78
HSV245°22°87°
CMYK 0.200.220.00   0.13
XYZ46.815445.064876.0430
Yxy45.06480.27880.2684
Hunter Lab67.13037.0044-20.1705
CIE-Lab72.934511.5308-24.1093

#b2aedf color RGB value is (178,174,223).

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

The process color (four color CMYK) of #b2aedf color hex is 0.20, 0.22, 0.00, 0.13. Web safe color of #b2aedf is #9999cc. Color #b2aedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 11011111
Octal 262 256 337
Decimal 178 174 223
Hex B2 AE DF

RGB Percentages of Color #b2aedf

%30.96
%30.26
%38.78

CMYK Percentages of Color #b2aedf

%20
%22
%0
%13

Triadic Colors of #b2aedf

#b2aedf #dfb2ae #aedfb2

Analogous Colors of #b2aedf

#b2aedf #cbaedf #aec3df

Monochromatic Colors of #b2aedf

#b2aedf

Complementary Color

#b2aedf #dbdfae

#b2aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aedf Color CSS Codes

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

#b2aedf Text Font Color

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

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


#b2aedf Background Color

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

This div background color is #b2aedf


#b2aedf Border Color

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

This div border color is #b2aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aedf


Comments

No comments written yet.

Please login to write comment.