Color Hex Logo

#a7eadf Color Hex

#A7EADF
(167,234,223)
0 Favorites   0 Comments

Color spaces of #a7eadf

RGB 167234223
HSL0.470.610.79
HSV170°29°92°
CMYK 0.290.000.05   0.08
XYZ58.678572.388880.6918
Yxy72.38880.27710.3418
Hunter Lab85.0816-25.78623.3262
CIE-Lab88.1554-23.2000-1.4111

#a7eadf color RGB value is (167,234,223).

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

The process color (four color CMYK) of #a7eadf color hex is 0.29, 0.00, 0.05, 0.08. Web safe color of #a7eadf is #99ffcc. Color #a7eadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101010 11011111
Octal 247 352 337
Decimal 167 234 223
Hex A7 EA DF

RGB Percentages of Color #a7eadf

%26.76
%37.50
%35.74

CMYK Percentages of Color #a7eadf

%29
%0
%5
%8

Triadic Colors of #a7eadf

#a7eadf #dfa7ea #eadfa7

Analogous Colors of #a7eadf

#a7eadf #a7d4ea #a7eabe

Monochromatic Colors of #a7eadf

#a7eadf

Complementary Color

#a7eadf #eaa7b2

#a7eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7eadf Color CSS Codes

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

#a7eadf Text Font Color

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

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


#a7eadf Background Color

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

This div background color is #a7eadf


#a7eadf Border Color

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

This div border color is #a7eadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7eadf


Comments

No comments written yet.

Please login to write comment.