Color Hex Logo

#b698ae Color Hex

#B698AE
(182,152,174)
0 Favorites   0 Comments

Color spaces of #b698ae

RGB 182152174
HSL0.880.170.65
HSV316°16°71°
CMYK 0.000.160.04   0.29
XYZ38.159635.457544.8772
Yxy35.45750.32200.2992
Hunter Lab59.546210.1841-3.0018
CIE-Lab66.103314.9638-7.2822

#b698ae color RGB value is (182,152,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 10101110
Octal 266 230 256
Decimal 182 152 174
Hex B6 98 AE

RGB Percentages of Color #b698ae

%35.83
%29.92
%34.25

CMYK Percentages of Color #b698ae

%0
%16
%4
%29

Triadic Colors of #b698ae

#b698ae #aeb698 #98aeb6

Analogous Colors of #b698ae

#b698ae #b6989f #af98b6

Monochromatic Colors of #b698ae

#b698ae

Complementary Color

#b698ae #98b6a0

#b698ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b698ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b698ae Color CSS Codes

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

#b698ae Text Font Color

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

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


#b698ae Background Color

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

This div background color is #b698ae


#b698ae Border Color

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

This div border color is #b698ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b698ae


Comments

No comments written yet.

Please login to write comment.