Color Hex Logo

#a7abde Color Hex

#A7ABDE
(167,171,222)
0 Favorites   0 Comments

Color spaces of #a7abde

RGB 167171222
HSL0.650.450.76
HSV236°25°87°
CMYK 0.250.230.00   0.13
XYZ43.684142.615275.0304
Yxy42.61520.27080.2641
Hunter Lab65.28035.2076-22.4492
CIE-Lab71.29309.5987-26.1484

#a7abde color RGB value is (167,171,222).

#a7abde hex color red value is 167, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a7abde hue: 0.65 , saturation: 0.45 and the lightness value of a7abde is 0.76.

The process color (four color CMYK) of #a7abde color hex is 0.25, 0.23, 0.00, 0.13. Web safe color of #a7abde is #9999cc. Color #a7abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11011110
Octal 247 253 336
Decimal 167 171 222
Hex A7 AB DE

RGB Percentages of Color #a7abde

%29.82
%30.54
%39.64

CMYK Percentages of Color #a7abde

%25
%23
%0
%13

Triadic Colors of #a7abde

#a7abde #dea7ab #abdea7

Analogous Colors of #a7abde

#a7abde #bfa7de #a7c7de

Monochromatic Colors of #a7abde

#a7abde

Complementary Color

#a7abde #dedaa7

#a7abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abde Color CSS Codes

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

#a7abde Text Font Color

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

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


#a7abde Background Color

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

This div background color is #a7abde


#a7abde Border Color

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

This div border color is #a7abde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,171,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abde


Comments

No comments written yet.

Please login to write comment.