Color Hex Logo

#aef3dc Color Hex

#AEF3DC
(174,243,220)
0 Favorites   0 Comments

Color spaces of #aef3dc

RGB 174243220
HSL0.440.740.82
HSV160°28°95°
CMYK 0.280.000.09   0.05
XYZ62.424478.267279.5271
Yxy78.26720.28350.3554
Hunter Lab88.4688-28.86908.6306
CIE-Lab90.9017-26.16424.1989

#aef3dc color RGB value is (174,243,220).

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

The process color (four color CMYK) of #aef3dc color hex is 0.28, 0.00, 0.09, 0.05. Web safe color of #aef3dc is #99ffcc. Color #aef3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 11011100
Octal 256 363 334
Decimal 174 243 220
Hex AE F3 DC

RGB Percentages of Color #aef3dc

%27.32
%38.15
%34.54

CMYK Percentages of Color #aef3dc

%28
%0
%9
%5

Triadic Colors of #aef3dc

#aef3dc #dcaef3 #f3dcae

Analogous Colors of #aef3dc

#aef3dc #aee8f3 #aef3ba

Monochromatic Colors of #aef3dc

#aef3dc

Complementary Color

#aef3dc #f3aec5

#aef3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef3dc Color CSS Codes

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

#aef3dc Text Font Color

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

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


#aef3dc Background Color

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

This div background color is #aef3dc


#aef3dc Border Color

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

This div border color is #aef3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef3dc


Comments

No comments written yet.

Please login to write comment.