Color Hex Logo

#a1ffca Color Hex

#A1FFCA
(161,255,202)
2 Favorites   0 Comments

Color spaces of #a1ffca

RGB 161255202
HSL0.411.000.82
HSV146°37°100°
CMYK 0.370.000.21   0.00
XYZ61.118683.361368.7462
Yxy83.36130.28660.3910
Hunter Lab91.3024-40.289819.2692
CIE-Lab93.1724-39.003516.6511

#a1ffca color RGB value is (161,255,202).

#a1ffca hex color red value is 161, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a1ffca hue: 0.41 , saturation: 1.00 and the lightness value of a1ffca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111111 11001010
Octal 241 377 312
Decimal 161 255 202
Hex A1 FF CA

RGB Percentages of Color #a1ffca

%26.05
%41.26
%32.69

CMYK Percentages of Color #a1ffca

%37
%0
%21
%0

Triadic Colors of #a1ffca

#a1ffca #caa1ff #ffcaa1

Analogous Colors of #a1ffca

#a1ffca #a1fff9 #a7ffa1

Monochromatic Colors of #a1ffca

#a1ffca

Complementary Color

#a1ffca #ffa1d6

#a1ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ffca Color CSS Codes

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

#a1ffca Text Font Color

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

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


#a1ffca Background Color

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

This div background color is #a1ffca


#a1ffca Border Color

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

This div border color is #a1ffca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,255,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1ffca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1ffca;
  -webkit-box-shadow: 1px 1px 3px 2px #a1ffca;
  box-shadow:         1px 1px 3px 2px #a1ffca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,255,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ffca

Related Colors

#a1ffca Color Palettes


Comments

No comments written yet.

Please login to write comment.