Color Hex Logo

#b7aeeb Color Hex

#B7AEEB
(183,174,235)
0 Favorites   0 Comments

Color spaces of #b7aeeb

RGB 183174235
HSL0.690.600.80
HSV249°26°92°
CMYK 0.220.260.00   0.08
XYZ49.659946.337584.9239
Yxy46.33750.27450.2561
Hunter Lab68.071711.0946-26.3180
CIE-Lab73.764015.7963-29.3343

#b7aeeb color RGB value is (183,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101110 11101011
Octal 267 256 353
Decimal 183 174 235
Hex B7 AE EB

RGB Percentages of Color #b7aeeb

%30.91
%29.39
%39.70

CMYK Percentages of Color #b7aeeb

%22
%26
%0
%8

Triadic Colors of #b7aeeb

#b7aeeb #ebb7ae #aeebb7

Analogous Colors of #b7aeeb

#b7aeeb #d6aeeb #aec4eb

Monochromatic Colors of #b7aeeb

#b7aeeb

Complementary Color

#b7aeeb #e2ebae

#b7aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aeeb Color CSS Codes

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

#b7aeeb Text Font Color

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

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


#b7aeeb Background Color

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

This div background color is #b7aeeb


#b7aeeb Border Color

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

This div border color is #b7aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aeeb


Comments

No comments written yet.

Please login to write comment.