Color Hex Logo

#b9afce Color Hex

#B9AFCE
(185,175,206)
0 Favorites   0 Comments

Color spaces of #b9afce

RGB 185175206
HSL0.720.240.75
HSV259°15°81°
CMYK 0.100.150.00   0.19
XYZ46.478145.430564.7118
Yxy45.43050.29680.2901
Hunter Lab67.40225.1334-9.7419
CIE-Lab73.17459.5461-14.4039

#b9afce color RGB value is (185,175,206).

#b9afce hex color red value is 185, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9afce hue: 0.72 , saturation: 0.24 and the lightness value of b9afce is 0.75.

The process color (four color CMYK) of #b9afce color hex is 0.10, 0.15, 0.00, 0.19. Web safe color of #b9afce is #cc99cc. Color #b9afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 11001110
Octal 271 257 316
Decimal 185 175 206
Hex B9 AF CE

RGB Percentages of Color #b9afce

%32.69
%30.92
%36.40

CMYK Percentages of Color #b9afce

%10
%15
%0
%19

Triadic Colors of #b9afce

#b9afce #ceb9af #afceb9

Analogous Colors of #b9afce

#b9afce #c9afce #afb5ce

Monochromatic Colors of #b9afce

#b9afce

Complementary Color

#b9afce #c4ceaf

#b9afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afce Color CSS Codes

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

#b9afce Text Font Color

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

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


#b9afce Background Color

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

This div background color is #b9afce


#b9afce Border Color

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

This div border color is #b9afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afce


Comments

No comments written yet.

Please login to write comment.