Color Hex Logo

#aeddd8 Color Hex

#AEDDD8
(174,221,216)
0 Favorites   0 Comments

Color spaces of #aeddd8

RGB 174221216
HSL0.480.410.77
HSV174°21°87°
CMYK 0.210.000.02   0.13
XYZ55.706765.669474.7052
Yxy65.66940.28410.3349
Hunter Lab81.0367-19.10862.0680
CIE-Lab84.8275-16.1679-2.5574

#aeddd8 color RGB value is (174,221,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11011000
Octal 256 335 330
Decimal 174 221 216
Hex AE DD D8

RGB Percentages of Color #aeddd8

%28.48
%36.17
%35.35

CMYK Percentages of Color #aeddd8

%21
%0
%2
%13

Triadic Colors of #aeddd8

#aeddd8 #d8aedd #ddd8ae

Analogous Colors of #aeddd8

#aeddd8 #aecbdd #aeddc1

Monochromatic Colors of #aeddd8

#aeddd8

Complementary Color

#aeddd8 #ddaeb3

#aeddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddd8 Color CSS Codes

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

#aeddd8 Text Font Color

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

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


#aeddd8 Background Color

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

This div background color is #aeddd8


#aeddd8 Border Color

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

This div border color is #aeddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddd8


Comments

No comments written yet.

Please login to write comment.