Color Hex Logo

#aefdcd Color Hex

#AEFDCD
(174,253,205)
0 Favorites   0 Comments

Color spaces of #aefdcd

RGB 174253205
HSL0.400.950.84
HSV144°31°99°
CMYK 0.310.000.19   0.01
XYZ63.600383.657070.5529
Yxy83.65700.29200.3841
Hunter Lab91.4642-35.941118.2903
CIE-Lab93.3013-33.795415.3833

#aefdcd color RGB value is (174,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11001101
Octal 256 375 315
Decimal 174 253 205
Hex AE FD CD

RGB Percentages of Color #aefdcd

%27.53
%40.03
%32.44

CMYK Percentages of Color #aefdcd

%31
%0
%19
%1

Triadic Colors of #aefdcd

#aefdcd #cdaefd #fdcdae

Analogous Colors of #aefdcd

#aefdcd #aefdf5 #b7fdae

Monochromatic Colors of #aefdcd

#aefdcd

Complementary Color

#aefdcd #fdaede

#aefdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdcd Color CSS Codes

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

#aefdcd Text Font Color

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

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


#aefdcd Background Color

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

This div background color is #aefdcd


#aefdcd Border Color

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

This div border color is #aefdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdcd


Comments

No comments written yet.

Please login to write comment.