Color Hex Logo

#aef1ed Color Hex

#AEF1ED
(174,241,237)
0 Favorites   0 Comments

Color spaces of #aef1ed

RGB 174241237
HSL0.490.710.81
HSV176°28°95°
CMYK 0.280.000.02   0.05
XYZ64.196978.023791.7973
Yxy78.02370.27430.3334
Hunter Lab88.3310-24.84970.2151
CIE-Lab90.7907-21.6106-4.8163

#aef1ed color RGB value is (174,241,237).

#aef1ed hex color red value is 174, green value is 241 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aef1ed hue: 0.49 , saturation: 0.71 and the lightness value of aef1ed is 0.81.

The process color (four color CMYK) of #aef1ed color hex is 0.28, 0.00, 0.02, 0.05. Web safe color of #aef1ed is #99ffff. Color #aef1ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 11101101
Octal 256 361 355
Decimal 174 241 237
Hex AE F1 ED

RGB Percentages of Color #aef1ed

%26.69
%36.96
%36.35

CMYK Percentages of Color #aef1ed

%28
%0
%2
%5

Triadic Colors of #aef1ed

#aef1ed #edaef1 #f1edae

Analogous Colors of #aef1ed

#aef1ed #aed4f1 #aef1cc

Monochromatic Colors of #aef1ed

#aef1ed

Complementary Color

#aef1ed #f1aeb2

#aef1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef1ed Color CSS Codes

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

#aef1ed Text Font Color

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

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


#aef1ed Background Color

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

This div background color is #aef1ed


#aef1ed Border Color

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

This div border color is #aef1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef1ed

Related Colors


Comments

No comments written yet.

Please login to write comment.