Color Hex Logo

#aeedfd Color Hex

#AEEDFD
(174,237,253)
0 Favorites   0 Comments

Color spaces of #aeedfd

RGB 174237253
HSL0.530.950.84
HSV192°31°99°
CMYK 0.310.060.00   0.01
XYZ65.469476.6589104.2746
Yxy76.65890.26570.3111
Hunter Lab87.5551-19.7478-9.3235
CIE-Lab90.1644-16.0313-14.0956

#aeedfd color RGB value is (174,237,253).

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

The process color (four color CMYK) of #aeedfd color hex is 0.31, 0.06, 0.00, 0.01. Web safe color of #aeedfd is #99ffff. Color #aeedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 11111101
Octal 256 355 375
Decimal 174 237 253
Hex AE ED FD

RGB Percentages of Color #aeedfd

%26.20
%35.69
%38.10

CMYK Percentages of Color #aeedfd

%31
%6
%0
%1

Triadic Colors of #aeedfd

#aeedfd #fdaeed #edfdae

Analogous Colors of #aeedfd

#aeedfd #aec6fd #aefde6

Monochromatic Colors of #aeedfd

#aeedfd

Complementary Color

#aeedfd #fdbeae

#aeedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedfd Color CSS Codes

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

#aeedfd Text Font Color

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

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


#aeedfd Background Color

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

This div background color is #aeedfd


#aeedfd Border Color

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

This div border color is #aeedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.