Color Hex Logo

#b2aeaf Color Hex

#B2AEAF
(178,174,175)
0 Favorites   0 Comments

Color spaces of #b2aeaf

RGB 178174175
HSL0.960.030.69
HSV345°70°
CMYK 0.000.020.02   0.30
XYZ41.234042.832246.6516
Yxy42.83220.31540.3277
Hunter Lab65.4463-2.06843.5492
CIE-Lab71.44091.6080-0.0157

#b2aeaf color RGB value is (178,174,175).

#b2aeaf hex color red value is 178, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b2aeaf hue: 0.96 , saturation: 0.03 and the lightness value of b2aeaf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 10101111
Octal 262 256 257
Decimal 178 174 175
Hex B2 AE AF

RGB Percentages of Color #b2aeaf

%33.78
%33.02
%33.21

CMYK Percentages of Color #b2aeaf

%0
%2
%2
%30

Triadic Colors of #b2aeaf

#b2aeaf #afb2ae #aeafb2

Analogous Colors of #b2aeaf

#b2aeaf #b2afae #b2aeb1

Monochromatic Colors of #b2aeaf

#b2aeaf

Complementary Color

#b2aeaf #aeb2b1

#b2aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aeaf Color CSS Codes

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

#b2aeaf Text Font Color

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

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


#b2aeaf Background Color

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

This div background color is #b2aeaf


#b2aeaf Border Color

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

This div border color is #b2aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aeaf


Comments

No comments written yet.

Please login to write comment.