Color Hex Logo

#aefdce Color Hex

#AEFDCE
(174,253,206)
0 Favorites   0 Comments

Color spaces of #aefdce

RGB 174253206
HSL0.400.950.84
HSV144°31°99°
CMYK 0.310.000.19   0.01
XYZ63.721483.705571.1908
Yxy83.70550.29150.3829
Hunter Lab91.4907-35.787217.9087
CIE-Lab93.3224-33.609014.8997

#aefdce color RGB value is (174,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11001110
Octal 256 375 316
Decimal 174 253 206
Hex AE FD CE

RGB Percentages of Color #aefdce

%27.49
%39.97
%32.54

CMYK Percentages of Color #aefdce

%31
%0
%19
%1

Triadic Colors of #aefdce

#aefdce #ceaefd #fdceae

Analogous Colors of #aefdce

#aefdce #aefdf6 #b6fdae

Monochromatic Colors of #aefdce

#aefdce

Complementary Color

#aefdce #fdaedd

#aefdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdce Color CSS Codes

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

#aefdce Text Font Color

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

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


#aefdce Background Color

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

This div background color is #aefdce


#aefdce Border Color

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

This div border color is #aefdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdce

Related Colors


Comments

No comments written yet.

Please login to write comment.