Color Hex Logo

#aef6da Color Hex

#AEF6DA
(174,246,218)
0 Favorites   0 Comments

Color spaces of #aef6da

RGB 174246218
HSL0.440.800.82
HSV157°29°96°
CMYK 0.290.000.11   0.04
XYZ63.066279.972278.4419
Yxy79.97220.28470.3611
Hunter Lab89.4272-30.615110.5922
CIE-Lab91.6724-28.00186.3507

#aef6da color RGB value is (174,246,218).

#aef6da hex color red value is 174, green value is 246 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aef6da hue: 0.44 , saturation: 0.80 and the lightness value of aef6da is 0.82.

The process color (four color CMYK) of #aef6da color hex is 0.29, 0.00, 0.11, 0.04. Web safe color of #aef6da is #99ffcc. Color #aef6da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 11011010
Octal 256 366 332
Decimal 174 246 218
Hex AE F6 DA

RGB Percentages of Color #aef6da

%27.27
%38.56
%34.17

CMYK Percentages of Color #aef6da

%29
%0
%11
%4

Triadic Colors of #aef6da

#aef6da #daaef6 #f6daae

Analogous Colors of #aef6da

#aef6da #aeeef6 #aef6b6

Monochromatic Colors of #aef6da

#aef6da

Complementary Color

#aef6da #f6aeca

#aef6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef6da Color CSS Codes

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

#aef6da Text Font Color

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

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


#aef6da Background Color

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

This div background color is #aef6da


#aef6da Border Color

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

This div border color is #aef6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef6da


Comments

No comments written yet.

Please login to write comment.