Color Hex Logo

#aedfde Color Hex

#AEDFDE
(174,223,222)
1 Favorites   0 Comments

Color spaces of #aedfde

RGB 174223222
HSL0.500.430.78
HSV179°22°87°
CMYK 0.220.000.00   0.13
XYZ57.028167.047979.0431
Yxy67.04790.28080.3301
Hunter Lab81.8828-18.97670.0841
CIE-Lab85.5281-15.9052-4.6997

#aedfde color RGB value is (174,223,222).

#aedfde hex color red value is 174, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aedfde hue: 0.50 , saturation: 0.43 and the lightness value of aedfde is 0.78.

The process color (four color CMYK) of #aedfde color hex is 0.22, 0.00, 0.00, 0.13. Web safe color of #aedfde is #99cccc. Color #aedfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11011110
Octal 256 337 336
Decimal 174 223 222
Hex AE DF DE

RGB Percentages of Color #aedfde

%28.11
%36.03
%35.86

CMYK Percentages of Color #aedfde

%22
%0
%0
%13

Triadic Colors of #aedfde

#aedfde #deaedf #dfdeae

Analogous Colors of #aedfde

#aedfde #aec8df #aedfc6

Monochromatic Colors of #aedfde

#aedfde

Complementary Color

#aedfde #dfaeaf

#aedfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfde Color CSS Codes

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

#aedfde Text Font Color

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

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


#aedfde Background Color

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

This div background color is #aedfde


#aedfde Border Color

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

This div border color is #aedfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfde

#aedfde Color Palettes


Comments

No comments written yet.

Please login to write comment.