Color Hex Logo

#b5aec8 Color Hex

#B5AEC8
(181,174,200)
0 Favorites   0 Comments

Color spaces of #b5aec8

RGB 181174200
HSL0.710.190.73
HSV256°13°78°
CMYK 0.100.130.00   0.22
XYZ44.617444.266060.8362
Yxy44.26600.29800.2957
Hunter Lab66.53273.2714-7.6407
CIE-Lab72.40597.5302-12.3027

#b5aec8 color RGB value is (181,174,200).

#b5aec8 hex color red value is 181, green value is 174 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b5aec8 hue: 0.71 , saturation: 0.19 and the lightness value of b5aec8 is 0.73.

The process color (four color CMYK) of #b5aec8 color hex is 0.10, 0.13, 0.00, 0.22. Web safe color of #b5aec8 is #cc99cc. Color #b5aec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11001000
Octal 265 256 310
Decimal 181 174 200
Hex B5 AE C8

RGB Percentages of Color #b5aec8

%32.61
%31.35
%36.04

CMYK Percentages of Color #b5aec8

%10
%13
%0
%22

Triadic Colors of #b5aec8

#b5aec8 #c8b5ae #aec8b5

Analogous Colors of #b5aec8

#b5aec8 #c2aec8 #aeb4c8

Monochromatic Colors of #b5aec8

#b5aec8

Complementary Color

#b5aec8 #c1c8ae

#b5aec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aec8 Color CSS Codes

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

#b5aec8 Text Font Color

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

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


#b5aec8 Background Color

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

This div background color is #b5aec8


#b5aec8 Border Color

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

This div border color is #b5aec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aec8


Comments

No comments written yet.

Please login to write comment.