Color Hex Logo

#a7dadf Color Hex

#A7DADF
(167,218,223)
0 Favorites   0 Comments

Color spaces of #a7dadf

RGB 167218223
HSL0.510.470.76
HSV185°25°87°
CMYK 0.250.020.00   0.13
XYZ54.327063.686079.2413
Yxy63.68600.27540.3229
Hunter Lab79.8035-18.1406-3.0099
CIE-Lab83.8020-15.2311-7.8259

#a7dadf color RGB value is (167,218,223).

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

The process color (four color CMYK) of #a7dadf color hex is 0.25, 0.02, 0.00, 0.13. Web safe color of #a7dadf is #99cccc. Color #a7dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011010 11011111
Octal 247 332 337
Decimal 167 218 223
Hex A7 DA DF

RGB Percentages of Color #a7dadf

%27.47
%35.86
%36.68

CMYK Percentages of Color #a7dadf

%25
%2
%0
%13

Triadic Colors of #a7dadf

#a7dadf #dfa7da #dadfa7

Analogous Colors of #a7dadf

#a7dadf #a7bedf #a7dfc8

Monochromatic Colors of #a7dadf

#a7dadf

Complementary Color

#a7dadf #dfaca7

#a7dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dadf Color CSS Codes

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

#a7dadf Text Font Color

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

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


#a7dadf Background Color

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

This div background color is #a7dadf


#a7dadf Border Color

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

This div border color is #a7dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dadf


Comments

No comments written yet.

Please login to write comment.