Color Hex Logo

#b7ade9 Color Hex

#B7ADE9
(183,173,233)
0 Favorites   0 Comments

Color spaces of #b7ade9

RGB 183173233
HSL0.690.580.80
HSV250°26°91°
CMYK 0.210.260.00   0.09
XYZ49.180045.837683.3463
Yxy45.83760.27570.2570
Hunter Lab67.703511.1818-25.5965
CIE-Lab73.440015.8913-28.7457

#b7ade9 color RGB value is (183,173,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 11101001
Octal 267 255 351
Decimal 183 173 233
Hex B7 AD E9

RGB Percentages of Color #b7ade9

%31.07
%29.37
%39.56

CMYK Percentages of Color #b7ade9

%21
%26
%0
%9

Triadic Colors of #b7ade9

#b7ade9 #e9b7ad #ade9b7

Analogous Colors of #b7ade9

#b7ade9 #d5ade9 #adc1e9

Monochromatic Colors of #b7ade9

#b7ade9

Complementary Color

#b7ade9 #dfe9ad

#b7ade9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ade9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ade9 Color CSS Codes

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

#b7ade9 Text Font Color

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

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


#b7ade9 Background Color

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

This div background color is #b7ade9


#b7ade9 Border Color

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

This div border color is #b7ade9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ade9


Comments

No comments written yet.

Please login to write comment.