Color Hex Logo

#a7eaea Color Hex

#A7EAEA
(167,234,234)
0 Favorites   0 Comments

Color spaces of #a7eaea

RGB 167234234
HSL0.500.610.79
HSV180°29°92°
CMYK 0.290.000.00   0.08
XYZ60.210573.001688.7592
Yxy73.00160.27130.3289
Hunter Lab85.4410-23.7322-1.7839
CIE-Lab88.4485-20.7899-6.7469

#a7eaea color RGB value is (167,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101010 11101010
Octal 247 352 352
Decimal 167 234 234
Hex A7 EA EA

RGB Percentages of Color #a7eaea

%26.30
%36.85
%36.85

CMYK Percentages of Color #a7eaea

%29
%0
%0
%8

Triadic Colors of #a7eaea

#a7eaea #eaa7ea #eaeaa7

Analogous Colors of #a7eaea

#a7eaea #a7c9ea #a7eac9

Monochromatic Colors of #a7eaea

#a7eaea

Complementary Color

#a7eaea #eaa7a7

#a7eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7eaea Color CSS Codes

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

#a7eaea Text Font Color

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

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


#a7eaea Background Color

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

This div background color is #a7eaea


#a7eaea Border Color

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

This div border color is #a7eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7eaea


Comments

No comments written yet.

Please login to write comment.