Color Hex Logo

#a7fedf Color Hex

#A7FEDF
(167,254,223)
0 Favorites   0 Comments

Color spaces of #a7fedf

RGB 167254223
HSL0.440.980.83
HSV159°34°100°
CMYK 0.340.000.12   0.00
XYZ64.697484.426882.6981
Yxy84.42680.27910.3642
Hunter Lab91.8841-35.111710.9563
CIE-Lab93.6356-32.73586.5497

#a7fedf color RGB value is (167,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111110 11011111
Octal 247 376 337
Decimal 167 254 223
Hex A7 FE DF

RGB Percentages of Color #a7fedf

%25.93
%39.44
%34.63

CMYK Percentages of Color #a7fedf

%34
%0
%12
%0

Triadic Colors of #a7fedf

#a7fedf #dfa7fe #fedfa7

Analogous Colors of #a7fedf

#a7fedf #a7f2fe #a7feb4

Monochromatic Colors of #a7fedf

#a7fedf

Complementary Color

#a7fedf #fea7c6

#a7fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7fedf Color CSS Codes

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

#a7fedf Text Font Color

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

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


#a7fedf Background Color

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

This div background color is #a7fedf


#a7fedf Border Color

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

This div border color is #a7fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7fedf


Comments

No comments written yet.

Please login to write comment.