Color Hex Logo

#aedadf Color Hex

#AEDADF
(174,218,223)
0 Favorites   0 Comments

Color spaces of #aedadf

RGB 174218223
HSL0.520.430.78
HSV186°22°87°
CMYK 0.220.020.00   0.13
XYZ55.846264.469279.3124
Yxy64.46920.27980.3229
Hunter Lab80.2927-16.3597-2.3612
CIE-Lab84.2095-13.1550-7.1772

#aedadf color RGB value is (174,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11011111
Octal 256 332 337
Decimal 174 218 223
Hex AE DA DF

RGB Percentages of Color #aedadf

%28.29
%35.45
%36.26

CMYK Percentages of Color #aedadf

%22
%2
%0
%13

Triadic Colors of #aedadf

#aedadf #dfaeda #dadfae

Analogous Colors of #aedadf

#aedadf #aec2df #aedfcc

Monochromatic Colors of #aedadf

#aedadf

Complementary Color

#aedadf #dfb3ae

#aedadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedadf Color CSS Codes

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

#aedadf Text Font Color

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

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


#aedadf Background Color

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

This div background color is #aedadf


#aedadf Border Color

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

This div border color is #aedadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,218,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 #aedadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedadf


Comments

No comments written yet.

Please login to write comment.