Color Hex Logo

#a8fedd Color Hex

#A8FEDD
(168,254,221)
0 Favorites   0 Comments

Color spaces of #a8fedd

RGB 168254221
HSL0.440.980.83
HSV157°34°100°
CMYK 0.340.000.13   0.00
XYZ64.641484.428981.2961
Yxy84.42890.28060.3665
Hunter Lab91.8852-35.224011.8624
CIE-Lab93.6365-32.86667.5883

#a8fedd color RGB value is (168,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111110 11011101
Octal 250 376 335
Decimal 168 254 221
Hex A8 FE DD

RGB Percentages of Color #a8fedd

%26.13
%39.50
%34.37

CMYK Percentages of Color #a8fedd

%34
%0
%13
%0

Triadic Colors of #a8fedd

#a8fedd #dda8fe #fedda8

Analogous Colors of #a8fedd

#a8fedd #a8f4fe #a8feb2

Monochromatic Colors of #a8fedd

#a8fedd

Complementary Color

#a8fedd #fea8c9

#a8fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fedd Color CSS Codes

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

#a8fedd Text Font Color

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

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


#a8fedd Background Color

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

This div background color is #a8fedd


#a8fedd Border Color

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

This div border color is #a8fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.