Color Hex Logo

#b8adea Color Hex

#B8ADEA
(184,173,234)
0 Favorites   0 Comments

Color spaces of #b8adea

RGB 184173234
HSL0.700.590.80
HSV251°26°92°
CMYK 0.210.260.00   0.08
XYZ49.562046.018084.1121
Yxy46.01800.27580.2561
Hunter Lab67.836611.6997-26.0294
CIE-Lab73.557216.4228-29.1023

#b8adea color RGB value is (184,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11101010
Octal 270 255 352
Decimal 184 173 234
Hex B8 AD EA

RGB Percentages of Color #b8adea

%31.13
%29.27
%39.59

CMYK Percentages of Color #b8adea

%21
%26
%0
%8

Triadic Colors of #b8adea

#b8adea #eab8ad #adeab8

Analogous Colors of #b8adea

#b8adea #d7adea #adc1ea

Monochromatic Colors of #b8adea

#b8adea

Complementary Color

#b8adea #dfeaad

#b8adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adea Color CSS Codes

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

#b8adea Text Font Color

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

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


#b8adea Background Color

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

This div background color is #b8adea


#b8adea Border Color

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

This div border color is #b8adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adea


Comments

No comments written yet.

Please login to write comment.