Color Hex Logo

#aeffe8 Color Hex

#AEFFE8
(174,255,232)
0 Favorites   0 Comments

Color spaces of #aeffe8

RGB 174255232
HSL0.451.000.84
HSV163°32°100°
CMYK 0.320.000.09   0.00
XYZ67.781086.344989.4377
Yxy86.34490.27830.3545
Hunter Lab92.9220-32.40847.9785
CIE-Lab94.4596-29.40823.1423

#aeffe8 color RGB value is (174,255,232).

#aeffe8 hex color red value is 174, green value is 255 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #aeffe8 hue: 0.45 , saturation: 1.00 and the lightness value of aeffe8 is 0.84.

The process color (four color CMYK) of #aeffe8 color hex is 0.32, 0.00, 0.09, 0.00. Web safe color of #aeffe8 is #99ffff. Color #aeffe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11101000
Octal 256 377 350
Decimal 174 255 232
Hex AE FF E8

RGB Percentages of Color #aeffe8

%26.32
%38.58
%35.10

CMYK Percentages of Color #aeffe8

%32
%0
%9
%0

Triadic Colors of #aeffe8

#aeffe8 #e8aeff #ffe8ae

Analogous Colors of #aeffe8

#aeffe8 #aeeeff #aeffc0

Monochromatic Colors of #aeffe8

#aeffe8

Complementary Color

#aeffe8 #ffaec5

#aeffe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffe8 Color CSS Codes

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

#aeffe8 Text Font Color

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

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


#aeffe8 Background Color

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

This div background color is #aeffe8


#aeffe8 Border Color

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

This div border color is #aeffe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffe8

Related Colors

#aeffe8 Color Palettes


Comments

No comments written yet.

Please login to write comment.