Color Hex Logo

#a7feda Color Hex

#A7FEDA
(167,254,218)
0 Favorites   0 Comments

Color spaces of #a7feda

RGB 167254218
HSL0.430.980.83
HSV155°34°100°
CMYK 0.340.000.14   0.00
XYZ64.033084.161179.1995
Yxy84.16110.28160.3701
Hunter Lab91.7394-35.953013.0319
CIE-Lab93.5204-33.75038.9616

#a7feda color RGB value is (167,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111110 11011010
Octal 247 376 332
Decimal 167 254 218
Hex A7 FE DA

RGB Percentages of Color #a7feda

%26.13
%39.75
%34.12

CMYK Percentages of Color #a7feda

%34
%0
%14
%0

Triadic Colors of #a7feda

#a7feda #daa7fe #fedaa7

Analogous Colors of #a7feda

#a7feda #a7f7fe #a7feaf

Monochromatic Colors of #a7feda

#a7feda

Complementary Color

#a7feda #fea7cb

#a7feda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7feda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7feda Color CSS Codes

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

#a7feda Text Font Color

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

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


#a7feda Background Color

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

This div background color is #a7feda


#a7feda Border Color

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

This div border color is #a7feda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7feda


Comments

No comments written yet.

Please login to write comment.