Color Hex Logo

#a4fefe Color Hex

#A4FEFE
(164,254,254)
0 Favorites   0 Comments

Color spaces of #a4fefe

RGB 164254254
HSL0.500.980.82
HSV180°35°100°
CMYK 0.350.000.00   0.00
XYZ68.641085.9319106.7347
Yxy85.93190.26270.3289
Hunter Lab92.6995-30.0505-3.3772
CIE-Lab94.2832-26.7665-8.5324

#a4fefe color RGB value is (164,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111110 11111110
Octal 244 376 376
Decimal 164 254 254
Hex A4 FE FE

RGB Percentages of Color #a4fefe

%24.40
%37.80
%37.80

CMYK Percentages of Color #a4fefe

%35
%0
%0
%0

Triadic Colors of #a4fefe

#a4fefe #fea4fe #fefea4

Analogous Colors of #a4fefe

#a4fefe #a4d1fe #a4fed1

Monochromatic Colors of #a4fefe

#a4fefe

Complementary Color

#a4fefe #fea4a4

#a4fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fefe Color CSS Codes

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

#a4fefe Text Font Color

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

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


#a4fefe Background Color

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

This div background color is #a4fefe


#a4fefe Border Color

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

This div border color is #a4fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.