Color Hex Logo

#a7fefe Color Hex

#A7FEFE
(167,254,254)
0 Favorites   0 Comments

Color spaces of #a7fefe

RGB 167254254
HSL0.500.980.83
HSV180°34°100°
CMYK 0.340.000.00   0.00
XYZ69.267686.2549106.7640
Yxy86.25490.26410.3289
Hunter Lab92.8735-29.3985-3.1462
CIE-Lab94.4212-26.0005-8.3126

#a7fefe color RGB value is (167,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111110 11111110
Octal 247 376 376
Decimal 167 254 254
Hex A7 FE FE

RGB Percentages of Color #a7fefe

%24.74
%37.63
%37.63

CMYK Percentages of Color #a7fefe

%34
%0
%0
%0

Triadic Colors of #a7fefe

#a7fefe #fea7fe #fefea7

Analogous Colors of #a7fefe

#a7fefe #a7d3fe #a7fed3

Monochromatic Colors of #a7fefe

#a7fefe

Complementary Color

#a7fefe #fea7a7

#a7fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fefe Color CSS Codes

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

#a7fefe Text Font Color

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

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


#a7fefe Background Color

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

This div background color is #a7fefe


#a7fefe Border Color

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

This div border color is #a7fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fefe


Comments

No comments written yet.

Please login to write comment.