Color Hex Logo

#a7feae Color Hex

#A7FEAE
(167,254,174)
0 Favorites   0 Comments

Color spaces of #a7feae

RGB 167254174
HSL0.350.980.83
HSV125°34°100°
CMYK 0.340.000.31   0.00
XYZ59.018182.155152.7913
Yxy82.15510.30430.4236
Hunter Lab90.6395-42.392328.9152
CIE-Lab92.6433-41.724630.1962

#a7feae color RGB value is (167,254,174).

#a7feae hex color red value is 167, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a7feae hue: 0.35 , saturation: 0.98 and the lightness value of a7feae is 0.83.

The process color (four color CMYK) of #a7feae color hex is 0.34, 0.00, 0.31, 0.00. Web safe color of #a7feae is #99ff99. Color #a7feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111110 10101110
Octal 247 376 256
Decimal 167 254 174
Hex A7 FE AE

RGB Percentages of Color #a7feae

%28.07
%42.69
%29.24

CMYK Percentages of Color #a7feae

%34
%0
%31
%0

Triadic Colors of #a7feae

#a7feae #aea7fe #feaea7

Analogous Colors of #a7feae

#a7feae #a7feda #ccfea7

Monochromatic Colors of #a7feae

#a7feae

Complementary Color

#a7feae #fea7f7

#a7feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7feae Color CSS Codes

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

#a7feae Text Font Color

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

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


#a7feae Background Color

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

This div background color is #a7feae


#a7feae Border Color

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

This div border color is #a7feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7feae


Comments

No comments written yet.

Please login to write comment.