Color Hex Logo

#a8fefa Color Hex

#A8FEFA
(168,254,250)
0 Favorites   0 Comments

Color spaces of #a8fefa

RGB 168254250
HSL0.490.980.83
HSV177°34°100°
CMYK 0.340.000.02   0.00
XYZ68.845686.1106103.4349
Yxy86.11060.26640.3333
Hunter Lab92.7958-29.9627-1.1306
CIE-Lab94.3596-26.6505-6.3318

#a8fefa color RGB value is (168,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111110 11111010
Octal 250 376 372
Decimal 168 254 250
Hex A8 FE FA

RGB Percentages of Color #a8fefa

%25.00
%37.80
%37.20

CMYK Percentages of Color #a8fefa

%34
%0
%2
%0

Triadic Colors of #a8fefa

#a8fefa #faa8fe #fefaa8

Analogous Colors of #a8fefa

#a8fefa #a8d7fe #a8fecf

Monochromatic Colors of #a8fefa

#a8fefa

Complementary Color

#a8fefa #fea8ac

#a8fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fefa Color CSS Codes

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

#a8fefa Text Font Color

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

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


#a8fefa Background Color

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

This div background color is #a8fefa


#a8fefa Border Color

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

This div border color is #a8fefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a8fefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.