Color Hex Logo

#aefffd Color Hex

#AEFFFD
(174,255,253)
0 Favorites   0 Comments

Color spaces of #aefffd

RGB 174255253
HSL0.501.000.84
HSV179°32°100°
CMYK 0.320.000.01   0.00
XYZ70.945287.6105106.0998
Yxy87.61050.26810.3310
Hunter Lab93.6005-28.5054-1.6872
CIE-Lab94.9967-24.8774-6.9076

#aefffd color RGB value is (174,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11111101
Octal 256 377 375
Decimal 174 255 253
Hex AE FF FD

RGB Percentages of Color #aefffd

%25.51
%37.39
%37.10

CMYK Percentages of Color #aefffd

%32
%0
%1
%0

Triadic Colors of #aefffd

#aefffd #fdaeff #fffdae

Analogous Colors of #aefffd

#aefffd #aed9ff #aeffd5

Monochromatic Colors of #aefffd

#aefffd

Complementary Color

#aefffd #ffaeb0

#aefffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefffd Color CSS Codes

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

#aefffd Text Font Color

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

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


#aefffd Background Color

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

This div background color is #aefffd


#aefffd Border Color

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

This div border color is #aefffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefffd

Related Colors


Comments

No comments written yet.

Please login to write comment.