Color Hex Logo

#aef1ee Color Hex

#AEF1EE
(174,241,238)
0 Favorites   0 Comments

Color spaces of #aef1ee

RGB 174241238
HSL0.490.710.81
HSV177°28°95°
CMYK 0.280.000.01   0.05
XYZ64.343578.082392.5691
Yxy78.08230.27380.3323
Hunter Lab88.3642-24.6603-0.2564
CIE-Lab90.8174-21.3922-5.2983

#aef1ee color RGB value is (174,241,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 11101110
Octal 256 361 356
Decimal 174 241 238
Hex AE F1 EE

RGB Percentages of Color #aef1ee

%26.65
%36.91
%36.45

CMYK Percentages of Color #aef1ee

%28
%0
%1
%5

Triadic Colors of #aef1ee

#aef1ee #eeaef1 #f1eeae

Analogous Colors of #aef1ee

#aef1ee #aed3f1 #aef1cd

Monochromatic Colors of #aef1ee

#aef1ee

Complementary Color

#aef1ee #f1aeb1

#aef1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef1ee Color CSS Codes

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

#aef1ee Text Font Color

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

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


#aef1ee Background Color

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

This div background color is #aef1ee


#aef1ee Border Color

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

This div border color is #aef1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef1ee


Comments

No comments written yet.

Please login to write comment.