Color Hex Logo

#b3beaf Color Hex

#B3BEAF
(179,190,175)
0 Favorites   0 Comments

Color spaces of #b3beaf

RGB 179190175
HSL0.290.100.72
HSV104°75°
CMYK 0.060.000.08   0.25
XYZ44.741749.505847.7549
Yxy49.50580.31510.3486
Hunter Lab70.3604-9.62369.0110
CIE-Lab75.7649-6.58766.2600

#b3beaf color RGB value is (179,190,175).

#b3beaf hex color red value is 179, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b3beaf hue: 0.29 , saturation: 0.10 and the lightness value of b3beaf is 0.72.

The process color (four color CMYK) of #b3beaf color hex is 0.06, 0.00, 0.08, 0.25. Web safe color of #b3beaf is #cccc99. Color #b3beaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111110 10101111
Octal 263 276 257
Decimal 179 190 175
Hex B3 BE AF

RGB Percentages of Color #b3beaf

%32.90
%34.93
%32.17

CMYK Percentages of Color #b3beaf

%6
%0
%8
%25

Triadic Colors of #b3beaf

#b3beaf #afb3be #beafb3

Analogous Colors of #b3beaf

#b3beaf #afbeb3 #bbbeaf

Monochromatic Colors of #b3beaf

#b3beaf

Complementary Color

#b3beaf #baafbe

#b3beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3beaf Color CSS Codes

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

#b3beaf Text Font Color

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

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


#b3beaf Background Color

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

This div background color is #b3beaf


#b3beaf Border Color

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

This div border color is #b3beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3beaf


Comments

No comments written yet.

Please login to write comment.