Color Hex Logo

#aecdfd Color Hex

#AECDFD
(174,205,253)
0 Favorites   0 Comments

Color spaces of #aecdfd

RGB 174205253
HSL0.600.950.84
HSV216°31°99°
CMYK 0.310.190.00   0.01
XYZ57.016559.7532101.4569
Yxy59.75320.26130.2738
Hunter Lab77.3002-3.6140-23.7083
CIE-Lab81.70390.5502-26.8908

#aecdfd color RGB value is (174,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11111101
Octal 256 315 375
Decimal 174 205 253
Hex AE CD FD

RGB Percentages of Color #aecdfd

%27.53
%32.44
%40.03

CMYK Percentages of Color #aecdfd

%31
%19
%0
%1

Triadic Colors of #aecdfd

#aecdfd #fdaecd #cdfdae

Analogous Colors of #aecdfd

#aecdfd #b7aefd #aef5fd

Monochromatic Colors of #aecdfd

#aecdfd

Complementary Color

#aecdfd #fddeae

#aecdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdfd Color CSS Codes

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

#aecdfd Text Font Color

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

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


#aecdfd Background Color

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

This div background color is #aecdfd


#aecdfd Border Color

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

This div border color is #aecdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdfd


Comments

No comments written yet.

Please login to write comment.