Color Hex Logo

#aed3ff Color Hex

#AED3FF
(174,211,255)
1 Favorites   0 Comments

Color spaces of #aed3ff

RGB 174211255
HSL0.591.000.84
HSV213°32°100°
CMYK 0.320.170.00   0.00
XYZ58.799862.8072103.6317
Yxy62.80720.26110.2788
Hunter Lab79.2510-6.2522-22.0542
CIE-Lab83.3408-2.1545-25.4543

#aed3ff color RGB value is (174,211,255).

#aed3ff hex color red value is 174, green value is 211 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aed3ff hue: 0.59 , saturation: 1.00 and the lightness value of aed3ff is 0.84.

The process color (four color CMYK) of #aed3ff color hex is 0.32, 0.17, 0.00, 0.00. Web safe color of #aed3ff is #99ccff. Color #aed3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 11111111
Octal 256 323 377
Decimal 174 211 255
Hex AE D3 FF

RGB Percentages of Color #aed3ff

%27.19
%32.97
%39.84

CMYK Percentages of Color #aed3ff

%32
%17
%0
%0

Triadic Colors of #aed3ff

#aed3ff #ffaed3 #d3ffae

Analogous Colors of #aed3ff

#aed3ff #b2aeff #aefcff

Monochromatic Colors of #aed3ff

#aed3ff

Complementary Color

#aed3ff #ffdaae

#aed3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed3ff Color CSS Codes

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

#aed3ff Text Font Color

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

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


#aed3ff Background Color

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

This div background color is #aed3ff


#aed3ff Border Color

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

This div border color is #aed3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed3ff


Comments

No comments written yet.

Please login to write comment.