Color Hex Logo

#aeffdc Color Hex

#AEFFDC
(174,255,220)
0 Favorites   0 Comments

Color spaces of #aeffdc

RGB 174255220
HSL0.431.000.84
HSV154°32°100°
CMYK 0.320.000.14   0.00
XYZ66.133885.686080.7636
Yxy85.68600.28430.3684
Hunter Lab92.5667-34.463413.0667
CIE-Lab94.1779-31.84238.9189

#aeffdc color RGB value is (174,255,220).

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

The process color (four color CMYK) of #aeffdc color hex is 0.32, 0.00, 0.14, 0.00. Web safe color of #aeffdc is #99ffcc. Color #aeffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11011100
Octal 256 377 334
Decimal 174 255 220
Hex AE FF DC

RGB Percentages of Color #aeffdc

%26.81
%39.29
%33.90

CMYK Percentages of Color #aeffdc

%32
%0
%14
%0

Triadic Colors of #aeffdc

#aeffdc #dcaeff #ffdcae

Analogous Colors of #aeffdc

#aeffdc #aefaff #aeffb4

Monochromatic Colors of #aeffdc

#aeffdc

Complementary Color

#aeffdc #ffaed1

#aeffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffdc Color CSS Codes

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

#aeffdc Text Font Color

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

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


#aeffdc Background Color

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

This div background color is #aeffdc


#aeffdc Border Color

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

This div border color is #aeffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffdc

Related Colors

#aeffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.