Color Hex Logo

#b7aee3 Color Hex

#B7AEE3
(183,174,227)
0 Favorites   0 Comments

Color spaces of #b7aee3

RGB 183174227
HSL0.690.490.79
HSV250°23°89°
CMYK 0.190.230.00   0.11
XYZ48.529645.885478.9720
Yxy45.88540.27990.2646
Hunter Lab67.73889.3387-21.7050
CIE-Lab73.471113.9799-25.4338

#b7aee3 color RGB value is (183,174,227).

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

The process color (four color CMYK) of #b7aee3 color hex is 0.19, 0.23, 0.00, 0.11. Web safe color of #b7aee3 is #cc99cc. Color #b7aee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101110 11100011
Octal 267 256 343
Decimal 183 174 227
Hex B7 AE E3

RGB Percentages of Color #b7aee3

%31.34
%29.79
%38.87

CMYK Percentages of Color #b7aee3

%19
%23
%0
%11

Triadic Colors of #b7aee3

#b7aee3 #e3b7ae #aee3b7

Analogous Colors of #b7aee3

#b7aee3 #d2aee3 #aec0e3

Monochromatic Colors of #b7aee3

#b7aee3

Complementary Color

#b7aee3 #dae3ae

#b7aee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aee3 Color CSS Codes

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

#b7aee3 Text Font Color

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

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


#b7aee3 Background Color

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

This div background color is #b7aee3


#b7aee3 Border Color

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

This div border color is #b7aee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aee3


Comments

No comments written yet.

Please login to write comment.