Color Hex Logo

#aef9da Color Hex

#AEF9DA
(174,249,218)
0 Favorites   0 Comments

Color spaces of #aef9da

RGB 174249218
HSL0.430.860.83
HSV155°30°98°
CMYK 0.300.000.12   0.02
XYZ63.986181.812078.7485
Yxy81.81200.28500.3643
Hunter Lab90.4500-32.013111.6953
CIE-Lab92.4918-29.42377.5302

#aef9da color RGB value is (174,249,218).

#aef9da hex color red value is 174, green value is 249 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aef9da hue: 0.43 , saturation: 0.86 and the lightness value of aef9da is 0.83.

The process color (four color CMYK) of #aef9da color hex is 0.30, 0.00, 0.12, 0.02. Web safe color of #aef9da is #99ffcc. Color #aef9da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 11011010
Octal 256 371 332
Decimal 174 249 218
Hex AE F9 DA

RGB Percentages of Color #aef9da

%27.15
%38.85
%34.01

CMYK Percentages of Color #aef9da

%30
%0
%12
%2

Triadic Colors of #aef9da

#aef9da #daaef9 #f9daae

Analogous Colors of #aef9da

#aef9da #aef3f9 #aef9b5

Monochromatic Colors of #aef9da

#aef9da

Complementary Color

#aef9da #f9aecd

#aef9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef9da Color CSS Codes

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

#aef9da Text Font Color

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

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


#aef9da Background Color

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

This div background color is #aef9da


#aef9da Border Color

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

This div border color is #aef9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef9da


Comments

No comments written yet.

Please login to write comment.