Color Hex Logo

#a4efca Color Hex

#A4EFCA
(164,239,202)
0 Favorites   0 Comments

Color spaces of #a4efca

RGB 164239202
HSL0.420.700.79
HSV150°31°94°
CMYK 0.310.000.15   0.06
XYZ56.837073.889867.1436
Yxy73.88980.28720.3734
Hunter Lab85.9592-32.402713.8594
CIE-Lab88.8704-30.783010.5776

#a4efca color RGB value is (164,239,202).

#a4efca hex color red value is 164, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a4efca hue: 0.42 , saturation: 0.70 and the lightness value of a4efca is 0.79.

The process color (four color CMYK) of #a4efca color hex is 0.31, 0.00, 0.15, 0.06. Web safe color of #a4efca is #99ffcc. Color #a4efca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 11001010
Octal 244 357 312
Decimal 164 239 202
Hex A4 EF CA

RGB Percentages of Color #a4efca

%27.11
%39.50
%33.39

CMYK Percentages of Color #a4efca

%31
%0
%15
%6

Triadic Colors of #a4efca

#a4efca #caa4ef #efcaa4

Analogous Colors of #a4efca

#a4efca #a4efef #a4efa5

Monochromatic Colors of #a4efca

#a4efca

Complementary Color

#a4efca #efa4c9

#a4efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efca Color CSS Codes

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

#a4efca Text Font Color

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

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


#a4efca Background Color

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

This div background color is #a4efca


#a4efca Border Color

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

This div border color is #a4efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efca


Comments

No comments written yet.

Please login to write comment.