Color Hex Logo

#b2afce Color Hex

#B2AFCE
(178,175,206)
0 Favorites   0 Comments

Color spaces of #b2afce

RGB 178175206
HSL0.680.240.75
HSV246°15°81°
CMYK 0.140.150.00   0.19
XYZ44.830644.581264.6347
Yxy44.58120.29100.2894
Hunter Lab66.76923.0037-10.6562
CIE-Lab72.61537.2459-15.3012

#b2afce color RGB value is (178,175,206).

#b2afce hex color red value is 178, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2afce hue: 0.68 , saturation: 0.24 and the lightness value of b2afce is 0.75.

The process color (four color CMYK) of #b2afce color hex is 0.14, 0.15, 0.00, 0.19. Web safe color of #b2afce is #9999cc. Color #b2afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11001110
Octal 262 257 316
Decimal 178 175 206
Hex B2 AF CE

RGB Percentages of Color #b2afce

%31.84
%31.31
%36.85

CMYK Percentages of Color #b2afce

%14
%15
%0
%19

Triadic Colors of #b2afce

#b2afce #ceb2af #afceb2

Analogous Colors of #b2afce

#b2afce #c2afce #afbcce

Monochromatic Colors of #b2afce

#b2afce

Complementary Color

#b2afce #cbceaf

#b2afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afce Color CSS Codes

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

#b2afce Text Font Color

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

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


#b2afce Background Color

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

This div background color is #b2afce


#b2afce Border Color

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

This div border color is #b2afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afce


Comments

No comments written yet.

Please login to write comment.