Color Hex Logo

#a7eade Color Hex

#A7EADE
(167,234,222)
0 Favorites   0 Comments

Color spaces of #a7eade

RGB 167234222
HSL0.470.610.79
HSV169°29°92°
CMYK 0.290.000.05   0.08
XYZ58.544072.335179.9837
Yxy72.33510.27760.3430
Hunter Lab85.0500-25.96753.7769
CIE-Lab88.1296-23.4145-0.9246

#a7eade color RGB value is (167,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101010 11011110
Octal 247 352 336
Decimal 167 234 222
Hex A7 EA DE

RGB Percentages of Color #a7eade

%26.81
%37.56
%35.63

CMYK Percentages of Color #a7eade

%29
%0
%5
%8

Triadic Colors of #a7eade

#a7eade #dea7ea #eadea7

Analogous Colors of #a7eade

#a7eade #a7d5ea #a7eabd

Monochromatic Colors of #a7eade

#a7eade

Complementary Color

#a7eade #eaa7b3

#a7eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7eade Color CSS Codes

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

#a7eade Text Font Color

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

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


#a7eade Background Color

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

This div background color is #a7eade


#a7eade Border Color

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

This div border color is #a7eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7eade


Comments

No comments written yet.

Please login to write comment.