Color Hex Logo

#b4afbd Color Hex

#B4AFBD
(180,175,189)
1 Favorites   0 Comments

Color spaces of #b4afbd

RGB 180175189
HSL0.730.100.71
HSV261°74°
CMYK 0.050.070.00   0.26
XYZ43.337744.037454.3600
Yxy44.03740.30580.3107
Hunter Lab66.36070.4405-2.1155
CIE-Lab72.25354.4361-6.4997

#b4afbd color RGB value is (180,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 10111101
Octal 264 257 275
Decimal 180 175 189
Hex B4 AF BD

RGB Percentages of Color #b4afbd

%33.09
%32.17
%34.74

CMYK Percentages of Color #b4afbd

%5
%7
%0
%26

Triadic Colors of #b4afbd

#b4afbd #bdb4af #afbdb4

Analogous Colors of #b4afbd

#b4afbd #bbafbd #afb1bd

Monochromatic Colors of #b4afbd

#b4afbd

Complementary Color

#b4afbd #b8bdaf

#b4afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4afbd Color CSS Codes

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

#b4afbd Text Font Color

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

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


#b4afbd Background Color

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

This div background color is #b4afbd


#b4afbd Border Color

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

This div border color is #b4afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4afbd

#b4afbd Color Palettes


Comments

No comments written yet.

Please login to write comment.