Color Hex Logo

#a7aecb Color Hex

#A7AECB
(167,174,203)
0 Favorites   0 Comments

Color spaces of #a7aecb

RGB 167174203
HSL0.630.260.73
HSV228°18°80°
CMYK 0.180.140.00   0.20
XYZ41.851942.799462.5552
Yxy42.79940.28430.2907
Hunter Lab65.4213-0.2955-10.8977
CIE-Lab71.41863.5855-15.5421

#a7aecb color RGB value is (167,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 11001011
Octal 247 256 313
Decimal 167 174 203
Hex A7 AE CB

RGB Percentages of Color #a7aecb

%30.70
%31.99
%37.32

CMYK Percentages of Color #a7aecb

%18
%14
%0
%20

Triadic Colors of #a7aecb

#a7aecb #cba7ae #aecba7

Analogous Colors of #a7aecb

#a7aecb #b2a7cb #a7c0cb

Monochromatic Colors of #a7aecb

#a7aecb

Complementary Color

#a7aecb #cbc4a7

#a7aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aecb Color CSS Codes

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

#a7aecb Text Font Color

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

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


#a7aecb Background Color

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

This div background color is #a7aecb


#a7aecb Border Color

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

This div border color is #a7aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aecb


Comments

No comments written yet.

Please login to write comment.