Color Hex Logo

#b9adeb Color Hex

#B9ADEB
(185,173,235)
0 Favorites   0 Comments

Color spaces of #b9adeb

RGB 185173235
HSL0.700.610.80
HSV252°26°92°
CMYK 0.210.260.00   0.08
XYZ49.946546.199684.8822
Yxy46.19960.27590.2552
Hunter Lab67.970312.2189-26.4629
CIE-Lab73.674916.9537-29.4578

#b9adeb color RGB value is (185,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 11101011
Octal 271 255 353
Decimal 185 173 235
Hex B9 AD EB

RGB Percentages of Color #b9adeb

%31.20
%29.17
%39.63

CMYK Percentages of Color #b9adeb

%21
%26
%0
%8

Triadic Colors of #b9adeb

#b9adeb #ebb9ad #adebb9

Analogous Colors of #b9adeb

#b9adeb #d8adeb #adc0eb

Monochromatic Colors of #b9adeb

#b9adeb

Complementary Color

#b9adeb #dfebad

#b9adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9adeb Color CSS Codes

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

#b9adeb Text Font Color

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

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


#b9adeb Background Color

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

This div background color is #b9adeb


#b9adeb Border Color

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

This div border color is #b9adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9adeb


Comments

No comments written yet.

Please login to write comment.