Color Hex Logo

#a4feca Color Hex

#A4FECA
(164,254,202)
0 Favorites   0 Comments

Color spaces of #a4feca

RGB 164254202
HSL0.400.980.82
HSV145°35°100°
CMYK 0.350.000.20   0.00
XYZ61.412383.040468.6687
Yxy83.04040.28820.3896
Hunter Lab91.1265-39.176019.1104
CIE-Lab93.0321-37.708816.4737

#a4feca color RGB value is (164,254,202).

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

The process color (four color CMYK) of #a4feca color hex is 0.35, 0.00, 0.20, 0.00. Web safe color of #a4feca is #99ffcc. Color #a4feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111110 11001010
Octal 244 376 312
Decimal 164 254 202
Hex A4 FE CA

RGB Percentages of Color #a4feca

%26.45
%40.97
%32.58

CMYK Percentages of Color #a4feca

%35
%0
%20
%0

Triadic Colors of #a4feca

#a4feca #caa4fe #fecaa4

Analogous Colors of #a4feca

#a4feca #a4fef7 #abfea4

Monochromatic Colors of #a4feca

#a4feca

Complementary Color

#a4feca #fea4d8

#a4feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4feca Color CSS Codes

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

#a4feca Text Font Color

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

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


#a4feca Background Color

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

This div background color is #a4feca


#a4feca Border Color

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

This div border color is #a4feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4feca


Comments

No comments written yet.

Please login to write comment.