Color Hex Logo

#b4adbc Color Hex

#B4ADBC
(180,173,188)
0 Favorites   0 Comments

Color spaces of #b4adbc

RGB 180173188
HSL0.740.100.71
HSV268°74°
CMYK 0.040.080.00   0.26
XYZ42.843143.221353.6614
Yxy43.22130.30660.3093
Hunter Lab65.74291.2741-2.3743
CIE-Lab71.70495.3310-6.7629

#b4adbc color RGB value is (180,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 10111100
Octal 264 255 274
Decimal 180 173 188
Hex B4 AD BC

RGB Percentages of Color #b4adbc

%33.27
%31.98
%34.75

CMYK Percentages of Color #b4adbc

%4
%8
%0
%26

Triadic Colors of #b4adbc

#b4adbc #bcb4ad #adbcb4

Analogous Colors of #b4adbc

#b4adbc #bcadbc #adaebc

Monochromatic Colors of #b4adbc

#b4adbc

Complementary Color

#b4adbc #b5bcad

#b4adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4adbc Color CSS Codes

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

#b4adbc Text Font Color

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

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


#b4adbc Background Color

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

This div background color is #b4adbc


#b4adbc Border Color

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

This div border color is #b4adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4adbc


Comments

No comments written yet.

Please login to write comment.