Color Hex Logo

#a4fffe Color Hex

#A4FFFE
(164,255,254)
0 Favorites   0 Comments

Color spaces of #a4fffe

RGB 164255254
HSL0.501.000.82
HSV179°36°100°
CMYK 0.360.000.00   0.00
XYZ68.959286.5683106.8407
Yxy86.56830.26280.3299
Hunter Lab93.0421-30.5263-2.9535
CIE-Lab94.5548-27.2450-8.1299

#a4fffe color RGB value is (164,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111111 11111110
Octal 244 377 376
Decimal 164 255 254
Hex A4 FF FE

RGB Percentages of Color #a4fffe

%24.37
%37.89
%37.74

CMYK Percentages of Color #a4fffe

%36
%0
%0
%0

Triadic Colors of #a4fffe

#a4fffe #fea4ff #fffea4

Analogous Colors of #a4fffe

#a4fffe #a4d3ff #a4ffd1

Monochromatic Colors of #a4fffe

#a4fffe

Complementary Color

#a4fffe #ffa4a5

#a4fffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fffe Color CSS Codes

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

#a4fffe Text Font Color

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

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


#a4fffe Background Color

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

This div background color is #a4fffe


#a4fffe Border Color

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

This div border color is #a4fffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fffe

Related Colors

#a4fffe Color Palettes


Comments

No comments written yet.

Please login to write comment.