Color Hex Logo

#a7abdf Color Hex

#A7ABDF
(167,171,223)
0 Favorites   0 Comments

Color spaces of #a7abdf

RGB 167171223
HSL0.650.470.76
HSV236°25°87°
CMYK 0.250.230.00   0.13
XYZ43.818542.669075.7385
Yxy42.66900.27010.2630
Hunter Lab65.32155.4274-23.0201
CIE-Lab71.32979.8357-26.6390

#a7abdf color RGB value is (167,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11011111
Octal 247 253 337
Decimal 167 171 223
Hex A7 AB DF

RGB Percentages of Color #a7abdf

%29.77
%30.48
%39.75

CMYK Percentages of Color #a7abdf

%25
%23
%0
%13

Triadic Colors of #a7abdf

#a7abdf #dfa7ab #abdfa7

Analogous Colors of #a7abdf

#a7abdf #bfa7df #a7c7df

Monochromatic Colors of #a7abdf

#a7abdf

Complementary Color

#a7abdf #dfdba7

#a7abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abdf Color CSS Codes

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

#a7abdf Text Font Color

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

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


#a7abdf Background Color

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

This div background color is #a7abdf


#a7abdf Border Color

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

This div border color is #a7abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abdf


Comments

No comments written yet.

Please login to write comment.