Color Hex Logo

#b2afa8 Color Hex

#B2AFA8
(178,175,168)
0 Favorites   0 Comments

Color spaces of #b2afa8

RGB 178175168
HSL0.120.060.68
HSV42°70°
CMYK 0.000.020.06   0.30
XYZ40.758042.952143.1882
Yxy42.95210.32120.3385
Hunter Lab65.5379-3.68216.8055
CIE-Lab71.5224-0.20553.9523

#b2afa8 color RGB value is (178,175,168).

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

The process color (four color CMYK) of #b2afa8 color hex is 0.00, 0.02, 0.06, 0.30. Web safe color of #b2afa8 is #999999. Color #b2afa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 10101000
Octal 262 257 250
Decimal 178 175 168
Hex B2 AF A8

RGB Percentages of Color #b2afa8

%34.17
%33.59
%32.25

CMYK Percentages of Color #b2afa8

%0
%2
%6
%30

Triadic Colors of #b2afa8

#b2afa8 #a8b2af #afa8b2

Analogous Colors of #b2afa8

#b2afa8 #b0b2a8 #b2aaa8

Monochromatic Colors of #b2afa8

#b2afa8

Complementary Color

#b2afa8 #a8abb2

#b2afa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afa8 Color CSS Codes

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

#b2afa8 Text Font Color

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

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


#b2afa8 Background Color

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

This div background color is #b2afa8


#b2afa8 Border Color

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

This div border color is #b2afa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afa8

#b2afa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.