Color Hex Logo

#b5aeca Color Hex

#B5AECA
(181,174,202)
0 Favorites   0 Comments

Color spaces of #b5aeca

RGB 181174202
HSL0.710.210.74
HSV255°14°79°
CMYK 0.100.140.00   0.21
XYZ44.852844.360162.0755
Yxy44.36010.29650.2932
Hunter Lab66.60343.6516-8.6369
CIE-Lab72.46857.9426-13.3058

#b5aeca color RGB value is (181,174,202).

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

The process color (four color CMYK) of #b5aeca color hex is 0.10, 0.14, 0.00, 0.21. Web safe color of #b5aeca is #cc99cc. Color #b5aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 11001010
Octal 265 256 312
Decimal 181 174 202
Hex B5 AE CA

RGB Percentages of Color #b5aeca

%32.50
%31.24
%36.27

CMYK Percentages of Color #b5aeca

%10
%14
%0
%21

Triadic Colors of #b5aeca

#b5aeca #cab5ae #aecab5

Analogous Colors of #b5aeca

#b5aeca #c3aeca #aeb5ca

Monochromatic Colors of #b5aeca

#b5aeca

Complementary Color

#b5aeca #c3caae

#b5aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aeca Color CSS Codes

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

#b5aeca Text Font Color

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

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


#b5aeca Background Color

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

This div background color is #b5aeca


#b5aeca Border Color

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

This div border color is #b5aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aeca


Comments

No comments written yet.

Please login to write comment.