Color Hex Logo

#a7fefa Color Hex

#A7FEFA
(167,254,250)
0 Favorites   0 Comments

Color spaces of #a7fefa

RGB 167254250
HSL0.490.980.83
HSV177°34°100°
CMYK 0.340.000.02   0.00
XYZ68.633586.0012103.4250
Yxy86.00120.26600.3333
Hunter Lab92.7368-30.1836-1.2075
CIE-Lab94.3129-26.9106-6.4061

#a7fefa color RGB value is (167,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111110 11111010
Octal 247 376 372
Decimal 167 254 250
Hex A7 FE FA

RGB Percentages of Color #a7fefa

%24.89
%37.85
%37.26

CMYK Percentages of Color #a7fefa

%34
%0
%2
%0

Triadic Colors of #a7fefa

#a7fefa #faa7fe #fefaa7

Analogous Colors of #a7fefa

#a7fefa #a7d7fe #a7fecf

Monochromatic Colors of #a7fefa

#a7fefa

Complementary Color

#a7fefa #fea7ab

#a7fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fefa Color CSS Codes

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

#a7fefa Text Font Color

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

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


#a7fefa Background Color

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

This div background color is #a7fefa


#a7fefa Border Color

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

This div border color is #a7fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.