Color Hex Logo

#aedde8 Color Hex

#AEDDE8
(174,221,232)
0 Favorites   0 Comments

Color spaces of #aedde8

RGB 174221232
HSL0.530.560.80
HSV191°25°91°
CMYK 0.250.050.00   0.09
XYZ57.877566.537886.1365
Yxy66.53780.27490.3160
Hunter Lab81.5707-16.0962-5.5092
CIE-Lab85.2700-12.7091-10.3684

#aedde8 color RGB value is (174,221,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11101000
Octal 256 335 350
Decimal 174 221 232
Hex AE DD E8

RGB Percentages of Color #aedde8

%27.75
%35.25
%37.00

CMYK Percentages of Color #aedde8

%25
%5
%0
%9

Triadic Colors of #aedde8

#aedde8 #e8aedd #dde8ae

Analogous Colors of #aedde8

#aedde8 #aec0e8 #aee8d6

Monochromatic Colors of #aedde8

#aedde8

Complementary Color

#aedde8 #e8b9ae

#aedde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedde8 Color CSS Codes

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

#aedde8 Text Font Color

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

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


#aedde8 Background Color

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

This div background color is #aedde8


#aedde8 Border Color

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

This div border color is #aedde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedde8


Comments

No comments written yet.

Please login to write comment.