Color Hex Logo

#aedfda Color Hex

#AEDFDA
(174,223,218)
0 Favorites   0 Comments

Color spaces of #aedfda

RGB 174223218
HSL0.480.430.78
HSV174°22°87°
CMYK 0.220.000.02   0.13
XYZ56.498166.836076.2525
Yxy66.83600.28310.3349
Hunter Lab81.7533-19.71041.9266
CIE-Lab85.4211-16.7541-2.7436

#aedfda color RGB value is (174,223,218).

#aedfda hex color red value is 174, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aedfda hue: 0.48 , saturation: 0.43 and the lightness value of aedfda is 0.78.

The process color (four color CMYK) of #aedfda color hex is 0.22, 0.00, 0.02, 0.13. Web safe color of #aedfda is #99cccc. Color #aedfda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11011010
Octal 256 337 332
Decimal 174 223 218
Hex AE DF DA

RGB Percentages of Color #aedfda

%28.29
%36.26
%35.45

CMYK Percentages of Color #aedfda

%22
%0
%2
%13

Triadic Colors of #aedfda

#aedfda #daaedf #dfdaae

Analogous Colors of #aedfda

#aedfda #aeccdf #aedfc2

Monochromatic Colors of #aedfda

#aedfda

Complementary Color

#aedfda #dfaeb3

#aedfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfda Color CSS Codes

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

#aedfda Text Font Color

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

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


#aedfda Background Color

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

This div background color is #aedfda


#aedfda Border Color

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

This div border color is #aedfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfda


Comments

No comments written yet.

Please login to write comment.