Color Hex Logo

#aedde7 Color Hex

#AEDDE7
(174,221,231)
0 Favorites   0 Comments

Color spaces of #aedde7

RGB 174221231
HSL0.530.540.79
HSV191°25°91°
CMYK 0.250.040.00   0.09
XYZ57.735866.481185.3904
Yxy66.48110.27540.3172
Hunter Lab81.5359-16.2916-5.0177
CIE-Lab85.2412-12.9312-9.8824

#aedde7 color RGB value is (174,221,231).

#aedde7 hex color red value is 174, green value is 221 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #aedde7 hue: 0.53 , saturation: 0.54 and the lightness value of aedde7 is 0.79.

The process color (four color CMYK) of #aedde7 color hex is 0.25, 0.04, 0.00, 0.09. Web safe color of #aedde7 is #99ccff. Color #aedde7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11100111
Octal 256 335 347
Decimal 174 221 231
Hex AE DD E7

RGB Percentages of Color #aedde7

%27.80
%35.30
%36.90

CMYK Percentages of Color #aedde7

%25
%4
%0
%9

Triadic Colors of #aedde7

#aedde7 #e7aedd #dde7ae

Analogous Colors of #aedde7

#aedde7 #aec1e7 #aee7d5

Monochromatic Colors of #aedde7

#aedde7

Complementary Color

#aedde7 #e7b8ae

#aedde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedde7 Color CSS Codes

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

#aedde7 Text Font Color

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

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


#aedde7 Background Color

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

This div background color is #aedde7


#aedde7 Border Color

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

This div border color is #aedde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedde7


Comments

No comments written yet.

Please login to write comment.