Color Hex Logo

#b1af98 Color Hex

#B1AF98
(177,175,152)
0 Favorites   0 Comments

Color spaces of #b1af98

RGB 177175152
HSL0.150.140.65
HSV55°14°69°
CMYK 0.000.010.14   0.31
XYZ39.128942.274135.8032
Yxy42.27410.33380.3607
Hunter Lab65.0185-6.359112.8643
CIE-Lab71.0595-3.302012.0587

#b1af98 color RGB value is (177,175,152).

#b1af98 hex color red value is 177, green value is 175 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b1af98 hue: 0.15 , saturation: 0.14 and the lightness value of b1af98 is 0.65.

The process color (four color CMYK) of #b1af98 color hex is 0.00, 0.01, 0.14, 0.31. Web safe color of #b1af98 is #999999. Color #b1af98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 10011000
Octal 261 257 230
Decimal 177 175 152
Hex B1 AF 98

RGB Percentages of Color #b1af98

%35.12
%34.72
%30.16

CMYK Percentages of Color #b1af98

%0
%1
%14
%31

Triadic Colors of #b1af98

#b1af98 #98b1af #af98b1

Analogous Colors of #b1af98

#b1af98 #a7b198 #b1a398

Monochromatic Colors of #b1af98

#b1af98

Complementary Color

#b1af98 #989ab1

#b1af98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1af98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1af98 Color CSS Codes

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

#b1af98 Text Font Color

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

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


#b1af98 Background Color

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

This div background color is #b1af98


#b1af98 Border Color

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

This div border color is #b1af98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1af98


Comments

No comments written yet.

Please login to write comment.