Color Hex Logo

#aeefc8 Color Hex

#AEEFC8
(174,239,200)
0 Favorites   0 Comments

Color spaces of #aeefc8

RGB 174239200
HSL0.400.670.81
HSV144°27°94°
CMYK 0.270.000.16   0.06
XYZ58.747474.901866.0048
Yxy74.90180.29420.3752
Hunter Lab86.5458-30.289215.3641
CIE-Lab89.3470-28.169612.3672

#aeefc8 color RGB value is (174,239,200).

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

The process color (four color CMYK) of #aeefc8 color hex is 0.27, 0.00, 0.16, 0.06. Web safe color of #aeefc8 is #99ffcc. Color #aeefc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11001000
Octal 256 357 310
Decimal 174 239 200
Hex AE EF C8

RGB Percentages of Color #aeefc8

%28.38
%38.99
%32.63

CMYK Percentages of Color #aeefc8

%27
%0
%16
%6

Triadic Colors of #aeefc8

#aeefc8 #c8aeef #efc8ae

Analogous Colors of #aeefc8

#aeefc8 #aeefe9 #b5efae

Monochromatic Colors of #aeefc8

#aeefc8

Complementary Color

#aeefc8 #efaed5

#aeefc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefc8 Color CSS Codes

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

#aeefc8 Text Font Color

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

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


#aeefc8 Background Color

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

This div background color is #aeefc8


#aeefc8 Border Color

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

This div border color is #aeefc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefc8


Comments

No comments written yet.

Please login to write comment.