Color Hex Logo

#aeefed Color Hex

#AEEFED
(174,239,237)
0 Favorites   0 Comments

Color spaces of #aeefed

RGB 174239237
HSL0.490.670.81
HSV178°27°94°
CMYK 0.270.000.01   0.06
XYZ63.608176.846191.6010
Yxy76.84610.27410.3312
Hunter Lab87.6619-23.8875-0.5909
CIE-Lab90.2507-20.6284-5.6126

#aeefed color RGB value is (174,239,237).

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

The process color (four color CMYK) of #aeefed color hex is 0.27, 0.00, 0.01, 0.06. Web safe color of #aeefed is #99ffff. Color #aeefed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11101101
Octal 256 357 355
Decimal 174 239 237
Hex AE EF ED

RGB Percentages of Color #aeefed

%26.77
%36.77
%36.46

CMYK Percentages of Color #aeefed

%27
%0
%1
%6

Triadic Colors of #aeefed

#aeefed #edaeef #efedae

Analogous Colors of #aeefed

#aeefed #aed1ef #aeefcd

Monochromatic Colors of #aeefed

#aeefed

Complementary Color

#aeefed #efaeb0

#aeefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefed Color CSS Codes

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

#aeefed Text Font Color

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

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


#aeefed Background Color

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

This div background color is #aeefed


#aeefed Border Color

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

This div border color is #aeefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefed


Comments

No comments written yet.

Please login to write comment.