Color Hex Logo

#b2affc Color Hex

#B2AFFC
(178,175,252)
0 Favorites   0 Comments

Color spaces of #b2affc

RGB 178175252
HSL0.670.930.84
HSV242°31°99°
CMYK 0.290.310.00   0.01
XYZ51.260847.153298.4952
Yxy47.15320.26030.2395
Hunter Lab68.668213.0809-36.9757
CIE-Lab74.287717.8209-37.7577

#b2affc color RGB value is (178,175,252).

#b2affc hex color red value is 178, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b2affc hue: 0.67 , saturation: 0.93 and the lightness value of b2affc is 0.84.

The process color (four color CMYK) of #b2affc color hex is 0.29, 0.31, 0.00, 0.01. Web safe color of #b2affc is #9999ff. Color #b2affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11111100
Octal 262 257 374
Decimal 178 175 252
Hex B2 AF FC

RGB Percentages of Color #b2affc

%29.42
%28.93
%41.65

CMYK Percentages of Color #b2affc

%29
%31
%0
%1

Triadic Colors of #b2affc

#b2affc #fcb2af #affcb2

Analogous Colors of #b2affc

#b2affc #d9affc #afd3fc

Monochromatic Colors of #b2affc

#b2affc

Complementary Color

#b2affc #f9fcaf

#b2affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2affc Color CSS Codes

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

#b2affc Text Font Color

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

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


#b2affc Background Color

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

This div background color is #b2affc


#b2affc Border Color

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

This div border color is #b2affc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,175,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2affc


Comments

No comments written yet.

Please login to write comment.