Color Hex Logo

#aeddcf Color Hex

#AEDDCF
(174,221,207)
0 Favorites   0 Comments

Color spaces of #aeddcf

RGB 174221207
HSL0.450.410.77
HSV162°21°87°
CMYK 0.210.000.06   0.13
XYZ54.574565.216668.7432
Yxy65.21660.28950.3459
Hunter Lab80.7568-20.69626.0599
CIE-Lab84.5952-18.02091.8654

#aeddcf color RGB value is (174,221,207).

#aeddcf hex color red value is 174, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aeddcf hue: 0.45 , saturation: 0.41 and the lightness value of aeddcf is 0.77.

The process color (four color CMYK) of #aeddcf color hex is 0.21, 0.00, 0.06, 0.13. Web safe color of #aeddcf is #99cccc. Color #aeddcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11001111
Octal 256 335 317
Decimal 174 221 207
Hex AE DD CF

RGB Percentages of Color #aeddcf

%28.90
%36.71
%34.39

CMYK Percentages of Color #aeddcf

%21
%0
%6
%13

Triadic Colors of #aeddcf

#aeddcf #cfaedd #ddcfae

Analogous Colors of #aeddcf

#aeddcf #aed4dd #aeddb8

Monochromatic Colors of #aeddcf

#aeddcf

Complementary Color

#aeddcf #ddaebc

#aeddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddcf Color CSS Codes

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

#aeddcf Text Font Color

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

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


#aeddcf Background Color

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

This div background color is #aeddcf


#aeddcf Border Color

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

This div border color is #aeddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddcf


Comments

No comments written yet.

Please login to write comment.