Color Hex Logo

#b9afeb Color Hex

#B9AFEB
(185,175,235)
0 Favorites   0 Comments

Color spaces of #b9afeb

RGB 185175235
HSL0.690.600.80
HSV250°26°92°
CMYK 0.210.260.00   0.08
XYZ50.333046.972485.0110
Yxy46.97240.27610.2576
Hunter Lab68.536411.1513-25.5665
CIE-Lab74.172115.8485-28.6935

#b9afeb color RGB value is (185,175,235).

#b9afeb hex color red value is 185, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b9afeb hue: 0.69 , saturation: 0.60 and the lightness value of b9afeb is 0.80.

The process color (four color CMYK) of #b9afeb color hex is 0.21, 0.26, 0.00, 0.08. Web safe color of #b9afeb is #cc99ff. Color #b9afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 11101011
Octal 271 257 353
Decimal 185 175 235
Hex B9 AF EB

RGB Percentages of Color #b9afeb

%31.09
%29.41
%39.50

CMYK Percentages of Color #b9afeb

%21
%26
%0
%8

Triadic Colors of #b9afeb

#b9afeb #ebb9af #afebb9

Analogous Colors of #b9afeb

#b9afeb #d7afeb #afc3eb

Monochromatic Colors of #b9afeb

#b9afeb

Complementary Color

#b9afeb #e1ebaf

#b9afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afeb Color CSS Codes

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

#b9afeb Text Font Color

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

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


#b9afeb Background Color

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

This div background color is #b9afeb


#b9afeb Border Color

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

This div border color is #b9afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afeb


Comments

No comments written yet.

Please login to write comment.