Color Hex Logo

#a0fced Color Hex

#A0FCED
(160,252,237)
0 Favorites   0 Comments

Color spaces of #a0fced

RGB 160252237
HSL0.470.940.81
HSV170°37°99°
CMYK 0.370.000.06   0.01
XYZ64.593783.208892.7772
Yxy83.20880.26850.3459
Hunter Lab91.2189-33.23403.5503
CIE-Lab93.1058-30.6873-1.4948

#a0fced color RGB value is (160,252,237).

#a0fced hex color red value is 160, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a0fced hue: 0.47 , saturation: 0.94 and the lightness value of a0fced is 0.81.

The process color (four color CMYK) of #a0fced color hex is 0.37, 0.00, 0.06, 0.01. Web safe color of #a0fced is #99ffff. Color #a0fced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111100 11101101
Octal 240 374 355
Decimal 160 252 237
Hex A0 FC ED

RGB Percentages of Color #a0fced

%24.65
%38.83
%36.52

CMYK Percentages of Color #a0fced

%37
%0
%6
%1

Triadic Colors of #a0fced

#a0fced #eda0fc #fceda0

Analogous Colors of #a0fced

#a0fced #a0ddfc #a0fcbf

Monochromatic Colors of #a0fced

#a0fced

Complementary Color

#a0fced #fca0af

#a0fced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fced Color CSS Codes

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

#a0fced Text Font Color

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

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


#a0fced Background Color

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

This div background color is #a0fced


#a0fced Border Color

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

This div border color is #a0fced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fced

Related Colors


Comments

No comments written yet.

Please login to write comment.