Color Hex Logo

#b8aeaf Color Hex

#B8AEAF
(184,174,175)
0 Favorites   0 Comments

Color spaces of #b8aeaf

RGB 184174175
HSL0.980.070.70
HSV354°72°
CMYK 0.000.050.05   0.28
XYZ42.641143.557646.7175
Yxy43.55760.32080.3277
Hunter Lab65.9982-0.16884.2297
CIE-Lab71.93183.74960.7596

#b8aeaf color RGB value is (184,174,175).

#b8aeaf hex color red value is 184, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b8aeaf hue: 0.98 , saturation: 0.07 and the lightness value of b8aeaf is 0.70.

The process color (four color CMYK) of #b8aeaf color hex is 0.00, 0.05, 0.05, 0.28. Web safe color of #b8aeaf is #cc9999. Color #b8aeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 10101111
Octal 270 256 257
Decimal 184 174 175
Hex B8 AE AF

RGB Percentages of Color #b8aeaf

%34.52
%32.65
%32.83

CMYK Percentages of Color #b8aeaf

%0
%5
%5
%28

Triadic Colors of #b8aeaf

#b8aeaf #afb8ae #aeafb8

Analogous Colors of #b8aeaf

#b8aeaf #b8b2ae #b8aeb4

Monochromatic Colors of #b8aeaf

#b8aeaf

Complementary Color

#b8aeaf #aeb8b7

#b8aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aeaf Color CSS Codes

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

#b8aeaf Text Font Color

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

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


#b8aeaf Background Color

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

This div background color is #b8aeaf


#b8aeaf Border Color

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

This div border color is #b8aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aeaf


Comments

No comments written yet.

Please login to write comment.