Color Hex Logo

#aedfe7 Color Hex

#AEDFE7
(174,223,231)
0 Favorites   0 Comments

Color spaces of #aedfe7

RGB 174223231
HSL0.520.540.79
HSV188°25°91°
CMYK 0.250.030.00   0.09
XYZ58.267067.543585.5675
Yxy67.54350.27570.3195
Hunter Lab82.1849-17.2715-4.2009
CIE-Lab85.7777-13.9488-9.0849

#aedfe7 color RGB value is (174,223,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11100111
Octal 256 337 347
Decimal 174 223 231
Hex AE DF E7

RGB Percentages of Color #aedfe7

%27.71
%35.51
%36.78

CMYK Percentages of Color #aedfe7

%25
%3
%0
%9

Triadic Colors of #aedfe7

#aedfe7 #e7aedf #dfe7ae

Analogous Colors of #aedfe7

#aedfe7 #aec3e7 #aee7d3

Monochromatic Colors of #aedfe7

#aedfe7

Complementary Color

#aedfe7 #e7b6ae

#aedfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfe7 Color CSS Codes

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

#aedfe7 Text Font Color

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

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


#aedfe7 Background Color

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

This div background color is #aedfe7


#aedfe7 Border Color

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

This div border color is #aedfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfe7


Comments

No comments written yet.

Please login to write comment.