Color Hex Logo

#b7adea Color Hex

#B7ADEA
(183,173,234)
0 Favorites   0 Comments

Color spaces of #b7adea

RGB 183173234
HSL0.690.590.80
HSV250°26°92°
CMYK 0.220.260.00   0.08
XYZ49.323345.894984.1009
Yxy45.89490.27510.2559
Hunter Lab67.745811.4044-26.1817
CIE-Lab73.477316.1202-29.2320

#b7adea color RGB value is (183,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 11101010
Octal 267 255 352
Decimal 183 173 234
Hex B7 AD EA

RGB Percentages of Color #b7adea

%31.02
%29.32
%39.66

CMYK Percentages of Color #b7adea

%22
%26
%0
%8

Triadic Colors of #b7adea

#b7adea #eab7ad #adeab7

Analogous Colors of #b7adea

#b7adea #d6adea #adc2ea

Monochromatic Colors of #b7adea

#b7adea

Complementary Color

#b7adea #e0eaad

#b7adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adea Color CSS Codes

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

#b7adea Text Font Color

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

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


#b7adea Background Color

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

This div background color is #b7adea


#b7adea Border Color

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

This div border color is #b7adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adea


Comments

No comments written yet.

Please login to write comment.