Color Hex Logo

#b0adea Color Hex

#B0ADEA
(176,173,234)
0 Favorites   0 Comments

Color spaces of #b0adea

RGB 176173234
HSL0.670.590.80
HSV243°26°92°
CMYK 0.250.260.00   0.08
XYZ47.699345.057884.0249
Yxy45.05780.26980.2549
Hunter Lab67.12519.3737-27.2296
CIE-Lab72.929914.0203-30.1204

#b0adea color RGB value is (176,173,234).

#b0adea hex color red value is 176, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b0adea hue: 0.67 , saturation: 0.59 and the lightness value of b0adea is 0.80.

The process color (four color CMYK) of #b0adea color hex is 0.25, 0.26, 0.00, 0.08. Web safe color of #b0adea is #9999ff. Color #b0adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101101 11101010
Octal 260 255 352
Decimal 176 173 234
Hex B0 AD EA

RGB Percentages of Color #b0adea

%30.19
%29.67
%40.14

CMYK Percentages of Color #b0adea

%25
%26
%0
%8

Triadic Colors of #b0adea

#b0adea #eab0ad #adeab0

Analogous Colors of #b0adea

#b0adea #cfadea #adc9ea

Monochromatic Colors of #b0adea

#b0adea

Complementary Color

#b0adea #e7eaad

#b0adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0adea Color CSS Codes

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

#b0adea Text Font Color

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

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


#b0adea Background Color

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

This div background color is #b0adea


#b0adea Border Color

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

This div border color is #b0adea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,173,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0adea


Comments

No comments written yet.

Please login to write comment.