Color Hex Logo

#a7addf Color Hex

#A7ADDF
(167,173,223)
0 Favorites   0 Comments

Color spaces of #a7addf

RGB 167173223
HSL0.650.470.76
HSV234°25°87°
CMYK 0.250.220.00   0.13
XYZ44.199243.430375.8654
Yxy43.43030.27030.2656
Hunter Lab65.90174.3892-22.1229
CIE-Lab71.84618.7256-25.8477

#a7addf color RGB value is (167,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 11011111
Octal 247 255 337
Decimal 167 173 223
Hex A7 AD DF

RGB Percentages of Color #a7addf

%29.66
%30.73
%39.61

CMYK Percentages of Color #a7addf

%25
%22
%0
%13

Triadic Colors of #a7addf

#a7addf #dfa7ad #addfa7

Analogous Colors of #a7addf

#a7addf #bda7df #a7c9df

Monochromatic Colors of #a7addf

#a7addf

Complementary Color

#a7addf #dfd9a7

#a7addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7addf Color CSS Codes

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

#a7addf Text Font Color

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

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


#a7addf Background Color

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

This div background color is #a7addf


#a7addf Border Color

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

This div border color is #a7addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7addf

#a7addf Color Palettes


Comments

No comments written yet.

Please login to write comment.