Color Hex Logo

#a8fecf Color Hex

#A8FECF
(168,254,207)
0 Favorites   0 Comments

Color spaces of #a8fecf

RGB 168254207
HSL0.410.980.83
HSV147°34°100°
CMYK 0.340.000.19   0.00
XYZ62.852783.713471.8771
Yxy83.71340.28770.3832
Hunter Lab91.4950-37.495317.4692
CIE-Lab93.3259-35.621614.3496

#a8fecf color RGB value is (168,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111110 11001111
Octal 250 376 317
Decimal 168 254 207
Hex A8 FE CF

RGB Percentages of Color #a8fecf

%26.71
%40.38
%32.91

CMYK Percentages of Color #a8fecf

%34
%0
%19
%0

Triadic Colors of #a8fecf

#a8fecf #cfa8fe #fecfa8

Analogous Colors of #a8fecf

#a8fecf #a8fefa #acfea8

Monochromatic Colors of #a8fecf

#a8fecf

Complementary Color

#a8fecf #fea8d7

#a8fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fecf Color CSS Codes

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

#a8fecf Text Font Color

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

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


#a8fecf Background Color

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

This div background color is #a8fecf


#a8fecf Border Color

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

This div border color is #a8fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fecf

Related Colors


Comments

No comments written yet.

Please login to write comment.