Color Hex Logo

#b5afeb Color Hex

#B5AFEB
(181,175,235)
0 Favorites   0 Comments

Color spaces of #b5afeb

RGB 181175235
HSL0.680.600.80
HSV246°26°92°
CMYK 0.230.260.00   0.08
XYZ49.381446.481984.9665
Yxy46.48190.27310.2570
Hunter Lab68.17769.9776-26.1659
CIE-Lab73.857114.6406-29.2045

#b5afeb color RGB value is (181,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101111 11101011
Octal 265 257 353
Decimal 181 175 235
Hex B5 AF EB

RGB Percentages of Color #b5afeb

%30.63
%29.61
%39.76

CMYK Percentages of Color #b5afeb

%23
%26
%0
%8

Triadic Colors of #b5afeb

#b5afeb #ebb5af #afebb5

Analogous Colors of #b5afeb

#b5afeb #d3afeb #afc7eb

Monochromatic Colors of #b5afeb

#b5afeb

Complementary Color

#b5afeb #e5ebaf

#b5afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5afeb Color CSS Codes

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

#b5afeb Text Font Color

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

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


#b5afeb Background Color

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

This div background color is #b5afeb


#b5afeb Border Color

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

This div border color is #b5afeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b5afeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5afeb


Comments

No comments written yet.

Please login to write comment.