Color Hex Logo

#a0fedc Color Hex

#A0FEDC
(160,254,220)
0 Favorites   0 Comments

Color spaces of #a0fedc

RGB 160254220
HSL0.440.980.81
HSV158°37°100°
CMYK 0.370.000.13   0.00
XYZ62.857383.524580.5191
Yxy83.52450.27700.3681
Hunter Lab91.3917-37.167011.7378
CIE-Lab93.2436-35.25627.4908

#a0fedc color RGB value is (160,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111110 11011100
Octal 240 376 334
Decimal 160 254 220
Hex A0 FE DC

RGB Percentages of Color #a0fedc

%25.24
%40.06
%34.70

CMYK Percentages of Color #a0fedc

%37
%0
%13
%0

Triadic Colors of #a0fedc

#a0fedc #dca0fe #fedca0

Analogous Colors of #a0fedc

#a0fedc #a0f1fe #a0fead

Monochromatic Colors of #a0fedc

#a0fedc

Complementary Color

#a0fedc #fea0c2

#a0fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fedc Color CSS Codes

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

#a0fedc Text Font Color

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

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


#a0fedc Background Color

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

This div background color is #a0fedc


#a0fedc Border Color

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

This div border color is #a0fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.