Color Hex Logo

#a4ffca Color Hex

#A4FFCA
(164,255,202)
1 Favorites   0 Comments

Color spaces of #a4ffca

RGB 164255202
HSL0.401.000.82
HSV145°36°100°
CMYK 0.360.000.21   0.00
XYZ61.730583.676868.7748
Yxy83.67680.28820.3907
Hunter Lab91.4750-39.623319.4558
CIE-Lab93.3099-38.161016.8644

#a4ffca color RGB value is (164,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111111 11001010
Octal 244 377 312
Decimal 164 255 202
Hex A4 FF CA

RGB Percentages of Color #a4ffca

%26.41
%41.06
%32.53

CMYK Percentages of Color #a4ffca

%36
%0
%21
%0

Triadic Colors of #a4ffca

#a4ffca #caa4ff #ffcaa4

Analogous Colors of #a4ffca

#a4ffca #a4fff8 #acffa4

Monochromatic Colors of #a4ffca

#a4ffca

Complementary Color

#a4ffca #ffa4d9

#a4ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ffca Color CSS Codes

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

#a4ffca Text Font Color

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

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


#a4ffca Background Color

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

This div background color is #a4ffca


#a4ffca Border Color

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

This div border color is #a4ffca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a4ffca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ffca


Comments

No comments written yet.

Please login to write comment.