Color Hex Logo

#a5aecb Color Hex

#A5AECB
(165,174,203)
0 Favorites   0 Comments

Color spaces of #a5aecb

RGB 165174203
HSL0.630.270.72
HSV226°19°80°
CMYK 0.190.140.00   0.20
XYZ41.432642.583262.5356
Yxy42.58320.28270.2906
Hunter Lab65.2558-0.8634-11.1394
CIE-Lab71.27122.9465-15.7789

#a5aecb color RGB value is (165,174,203).

#a5aecb hex color red value is 165, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a5aecb hue: 0.63 , saturation: 0.27 and the lightness value of a5aecb is 0.72.

The process color (four color CMYK) of #a5aecb color hex is 0.19, 0.14, 0.00, 0.20. Web safe color of #a5aecb is #9999cc. Color #a5aecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101110 11001011
Octal 245 256 313
Decimal 165 174 203
Hex A5 AE CB

RGB Percentages of Color #a5aecb

%30.44
%32.10
%37.45

CMYK Percentages of Color #a5aecb

%19
%14
%0
%20

Triadic Colors of #a5aecb

#a5aecb #cba5ae #aecba5

Analogous Colors of #a5aecb

#a5aecb #afa5cb #a5c1cb

Monochromatic Colors of #a5aecb

#a5aecb

Complementary Color

#a5aecb #cbc2a5

#a5aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aecb Color CSS Codes

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

#a5aecb Text Font Color

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

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


#a5aecb Background Color

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

This div background color is #a5aecb


#a5aecb Border Color

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

This div border color is #a5aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aecb


Comments

No comments written yet.

Please login to write comment.