Color Hex Logo

#aedddf Color Hex

#AEDDDF
(174,221,223)
0 Favorites   0 Comments

Color spaces of #aedddf

RGB 174221223
HSL0.510.430.78
HSV182°22°87°
CMYK 0.220.010.00   0.13
XYZ56.631366.039379.5741
Yxy66.03930.28000.3265
Hunter Lab81.2646-17.8207-1.1715
CIE-Lab85.0165-14.6801-5.9835

#aedddf color RGB value is (174,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11011111
Octal 256 335 337
Decimal 174 221 223
Hex AE DD DF

RGB Percentages of Color #aedddf

%28.16
%35.76
%36.08

CMYK Percentages of Color #aedddf

%22
%1
%0
%13

Triadic Colors of #aedddf

#aedddf #dfaedd #dddfae

Analogous Colors of #aedddf

#aedddf #aec5df #aedfc9

Monochromatic Colors of #aedddf

#aedddf

Complementary Color

#aedddf #dfb0ae

#aedddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedddf Color CSS Codes

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

#aedddf Text Font Color

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

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


#aedddf Background Color

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

This div background color is #aedddf


#aedddf Border Color

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

This div border color is #aedddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedddf


Comments

No comments written yet.

Please login to write comment.