Color Hex Logo

#b4afbc Color Hex

#B4AFBC
(180,175,188)
0 Favorites   0 Comments

Color spaces of #b4afbc

RGB 180175188
HSL0.730.090.71
HSV263°74°
CMYK 0.040.070.00   0.26
XYZ43.229543.994153.7902
Yxy43.99410.30660.3120
Hunter Lab66.32800.2638-1.6529
CIE-Lab72.22464.2403-5.9932

#b4afbc color RGB value is (180,175,188).

#b4afbc hex color red value is 180, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b4afbc hue: 0.73 , saturation: 0.09 and the lightness value of b4afbc is 0.71.

The process color (four color CMYK) of #b4afbc color hex is 0.04, 0.07, 0.00, 0.26. Web safe color of #b4afbc is #cc99cc. Color #b4afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 10111100
Octal 264 257 274
Decimal 180 175 188
Hex B4 AF BC

RGB Percentages of Color #b4afbc

%33.15
%32.23
%34.62

CMYK Percentages of Color #b4afbc

%4
%7
%0
%26

Triadic Colors of #b4afbc

#b4afbc #bcb4af #afbcb4

Analogous Colors of #b4afbc

#b4afbc #bbafbc #afb1bc

Monochromatic Colors of #b4afbc

#b4afbc

Complementary Color

#b4afbc #b7bcaf

#b4afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4afbc Color CSS Codes

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

#b4afbc Text Font Color

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

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


#b4afbc Background Color

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

This div background color is #b4afbc


#b4afbc Border Color

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

This div border color is #b4afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4afbc


Comments

No comments written yet.

Please login to write comment.