Color Hex Logo

#a0fdcc Color Hex

#A0FDCC
(160,253,204)
0 Favorites   0 Comments

Color spaces of #a0fdcc

RGB 160253204
HSL0.410.960.81
HSV148°37°99°
CMYK 0.370.000.19   0.01
XYZ60.521682.083869.7807
Yxy82.08380.28500.3865
Hunter Lab90.6001-39.310817.7546
CIE-Lab92.6118-37.997114.8282

#a0fdcc color RGB value is (160,253,204).

#a0fdcc hex color red value is 160, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0fdcc hue: 0.41 , saturation: 0.96 and the lightness value of a0fdcc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111101 11001100
Octal 240 375 314
Decimal 160 253 204
Hex A0 FD CC

RGB Percentages of Color #a0fdcc

%25.93
%41.00
%33.06

CMYK Percentages of Color #a0fdcc

%37
%0
%19
%1

Triadic Colors of #a0fdcc

#a0fdcc #cca0fd #fdcca0

Analogous Colors of #a0fdcc

#a0fdcc #a0fdfb #a3fda0

Monochromatic Colors of #a0fdcc

#a0fdcc

Complementary Color

#a0fdcc #fda0d1

#a0fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fdcc Color CSS Codes

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

#a0fdcc Text Font Color

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

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


#a0fdcc Background Color

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

This div background color is #a0fdcc


#a0fdcc Border Color

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

This div border color is #a0fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fdcc


Comments

No comments written yet.

Please login to write comment.