Color Hex Logo

#aefefe Color Hex

#AEFEFE
(174,254,254)
0 Favorites   0 Comments

Color spaces of #aefefe

RGB 174254254
HSL0.500.980.84
HSV180°31°100°
CMYK 0.310.000.00   0.00
XYZ70.786887.0380106.8351
Yxy87.03800.26750.3289
Hunter Lab93.2942-27.8282-2.5896
CIE-Lab94.7544-24.1708-7.7823

#aefefe color RGB value is (174,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11111110
Octal 256 376 376
Decimal 174 254 254
Hex AE FE FE

RGB Percentages of Color #aefefe

%25.51
%37.24
%37.24

CMYK Percentages of Color #aefefe

%31
%0
%0
%0

Triadic Colors of #aefefe

#aefefe #feaefe #fefeae

Analogous Colors of #aefefe

#aefefe #aed6fe #aefed6

Monochromatic Colors of #aefefe

#aefefe

Complementary Color

#aefefe #feaeae

#aefefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefefe Color CSS Codes

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

#aefefe Text Font Color

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

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


#aefefe Background Color

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

This div background color is #aefefe


#aefefe Border Color

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

This div border color is #aefefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefefe

Related Colors


Comments

No comments written yet.

Please login to write comment.