Color Hex Logo

#b698ac Color Hex

#B698AC
(182,152,172)
0 Favorites   0 Comments

Color spaces of #b698ac

RGB 182152172
HSL0.890.170.65
HSV320°16°71°
CMYK 0.000.160.05   0.29
XYZ37.966035.380143.8577
Yxy35.38010.32390.3019
Hunter Lab59.48129.8420-2.0799
CIE-Lab66.043514.5966-6.2495

#b698ac color RGB value is (182,152,172).

#b698ac hex color red value is 182, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b698ac hue: 0.89 , saturation: 0.17 and the lightness value of b698ac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 10101100
Octal 266 230 254
Decimal 182 152 172
Hex B6 98 AC

RGB Percentages of Color #b698ac

%35.97
%30.04
%33.99

CMYK Percentages of Color #b698ac

%0
%16
%5
%29

Triadic Colors of #b698ac

#b698ac #acb698 #98acb6

Analogous Colors of #b698ac

#b698ac #b6989d #b198b6

Monochromatic Colors of #b698ac

#b698ac

Complementary Color

#b698ac #98b6a2

#b698ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b698ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b698ac Color CSS Codes

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

#b698ac Text Font Color

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

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


#b698ac Background Color

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

This div background color is #b698ac


#b698ac Border Color

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

This div border color is #b698ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b698ac


Comments

No comments written yet.

Please login to write comment.