Color Hex Logo

#aefff4 Color Hex

#AEFFF4
(174,255,244)
2 Favorites   0 Comments

Color spaces of #aefff4

RGB 174255244
HSL0.481.000.84
HSV172°32°100°
CMYK 0.320.000.04   0.00
XYZ69.544787.050398.7250
Yxy87.05030.27240.3409
Hunter Lab93.3008-30.22562.5736
CIE-Lab94.7596-26.8598-2.6115

#aefff4 color RGB value is (174,255,244).

#aefff4 hex color red value is 174, green value is 255 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #aefff4 hue: 0.48 , saturation: 1.00 and the lightness value of aefff4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11110100
Octal 256 377 364
Decimal 174 255 244
Hex AE FF F4

RGB Percentages of Color #aefff4

%25.85
%37.89
%36.26

CMYK Percentages of Color #aefff4

%32
%0
%4
%0

Triadic Colors of #aefff4

#aefff4 #f4aeff #fff4ae

Analogous Colors of #aefff4

#aefff4 #aee2ff #aeffcc

Monochromatic Colors of #aefff4

#aefff4

Complementary Color

#aefff4 #ffaeb9

#aefff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefff4 Color CSS Codes

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

#aefff4 Text Font Color

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

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


#aefff4 Background Color

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

This div background color is #aefff4


#aefff4 Border Color

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

This div border color is #aefff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefff4


Comments

No comments written yet.

Please login to write comment.