Color Hex Logo

#aed5f3 Color Hex

#AED5F3
(174,213,243)
0 Favorites   0 Comments

Color spaces of #aed5f3

RGB 174213243
HSL0.570.740.82
HSV206°28°95°
CMYK 0.280.120.00   0.05
XYZ57.427563.058293.9387
Yxy63.05820.26780.2941
Hunter Lab79.4092-9.8777-14.5519
CIE-Lab83.4730-6.0646-18.8910

#aed5f3 color RGB value is (174,213,243).

#aed5f3 hex color red value is 174, green value is 213 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #aed5f3 hue: 0.57 , saturation: 0.74 and the lightness value of aed5f3 is 0.82.

The process color (four color CMYK) of #aed5f3 color hex is 0.28, 0.12, 0.00, 0.05. Web safe color of #aed5f3 is #99ccff. Color #aed5f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11110011
Octal 256 325 363
Decimal 174 213 243
Hex AE D5 F3

RGB Percentages of Color #aed5f3

%27.62
%33.81
%38.57

CMYK Percentages of Color #aed5f3

%28
%12
%0
%5

Triadic Colors of #aed5f3

#aed5f3 #f3aed5 #d5f3ae

Analogous Colors of #aed5f3

#aed5f3 #aeb3f3 #aef3ef

Monochromatic Colors of #aed5f3

#aed5f3

Complementary Color

#aed5f3 #f3ccae

#aed5f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5f3 Color CSS Codes

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

#aed5f3 Text Font Color

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

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


#aed5f3 Background Color

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

This div background color is #aed5f3


#aed5f3 Border Color

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

This div border color is #aed5f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5f3


Comments

No comments written yet.

Please login to write comment.