Color Hex Logo

#aedcfd Color Hex

#AEDCFD
(174,220,253)
0 Favorites   0 Comments

Color spaces of #aedcfd

RGB 174220253
HSL0.570.950.84
HSV205°31°99°
CMYK 0.310.130.00   0.01
XYZ60.778467.2769102.7109
Yxy67.27690.26340.2915
Hunter Lab82.0225-11.2715-16.8289
CIE-Lab85.6436-7.3540-20.8997

#aedcfd color RGB value is (174,220,253).

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

The process color (four color CMYK) of #aedcfd color hex is 0.31, 0.13, 0.00, 0.01. Web safe color of #aedcfd is #99ccff. Color #aedcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11111101
Octal 256 334 375
Decimal 174 220 253
Hex AE DC FD

RGB Percentages of Color #aedcfd

%26.89
%34.00
%39.10

CMYK Percentages of Color #aedcfd

%31
%13
%0
%1

Triadic Colors of #aedcfd

#aedcfd #fdaedc #dcfdae

Analogous Colors of #aedcfd

#aedcfd #aeb5fd #aefdf7

Monochromatic Colors of #aedcfd

#aedcfd

Complementary Color

#aedcfd #fdcfae

#aedcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcfd Color CSS Codes

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

#aedcfd Text Font Color

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

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


#aedcfd Background Color

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

This div background color is #aedcfd


#aedcfd Border Color

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

This div border color is #aedcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcfd


Comments

No comments written yet.

Please login to write comment.