Color Hex Logo

#aefdc2 Color Hex

#AEFDC2
(174,253,194)
0 Favorites   0 Comments

Color spaces of #aefdc2

RGB 174253194
HSL0.380.950.84
HSV135°31°99°
CMYK 0.310.000.23   0.01
XYZ62.318483.144363.8029
Yxy83.14430.29780.3973
Hunter Lab91.1835-37.577222.3421
CIE-Lab93.0776-35.789220.7028

#aefdc2 color RGB value is (174,253,194).

#aefdc2 hex color red value is 174, green value is 253 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aefdc2 hue: 0.38 , saturation: 0.95 and the lightness value of aefdc2 is 0.84.

The process color (four color CMYK) of #aefdc2 color hex is 0.31, 0.00, 0.23, 0.01. Web safe color of #aefdc2 is #99ffcc. Color #aefdc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11000010
Octal 256 375 302
Decimal 174 253 194
Hex AE FD C2

RGB Percentages of Color #aefdc2

%28.02
%40.74
%31.24

CMYK Percentages of Color #aefdc2

%31
%0
%23
%1

Triadic Colors of #aefdc2

#aefdc2 #c2aefd #fdc2ae

Analogous Colors of #aefdc2

#aefdc2 #aefdea #c2fdae

Monochromatic Colors of #aefdc2

#aefdc2

Complementary Color

#aefdc2 #fdaee9

#aefdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdc2 Color CSS Codes

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

#aefdc2 Text Font Color

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

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


#aefdc2 Background Color

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

This div background color is #aefdc2


#aefdc2 Border Color

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

This div border color is #aefdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdc2

Related Colors


Comments

No comments written yet.

Please login to write comment.