Color Hex Logo

#aeede4 Color Hex

#AEEDE4
(174,237,228)
0 Favorites   0 Comments

Color spaces of #aeede4

RGB 174237228
HSL0.480.640.81
HSV171°27°93°
CMYK 0.270.000.04   0.07
XYZ61.743375.168584.6535
Yxy75.16850.27870.3393
Hunter Lab86.6998-24.60572.7992
CIE-Lab89.4719-21.5876-2.0561

#aeede4 color RGB value is (174,237,228).

#aeede4 hex color red value is 174, green value is 237 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #aeede4 hue: 0.48 , saturation: 0.64 and the lightness value of aeede4 is 0.81.

The process color (four color CMYK) of #aeede4 color hex is 0.27, 0.00, 0.04, 0.07. Web safe color of #aeede4 is #99ffcc. Color #aeede4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 11100100
Octal 256 355 344
Decimal 174 237 228
Hex AE ED E4

RGB Percentages of Color #aeede4

%27.23
%37.09
%35.68

CMYK Percentages of Color #aeede4

%27
%0
%4
%7

Triadic Colors of #aeede4

#aeede4 #e4aeed #ede4ae

Analogous Colors of #aeede4

#aeede4 #aed7ed #aeedc5

Monochromatic Colors of #aeede4

#aeede4

Complementary Color

#aeede4 #edaeb7

#aeede4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeede4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeede4 Color CSS Codes

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

#aeede4 Text Font Color

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

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


#aeede4 Background Color

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

This div background color is #aeede4


#aeede4 Border Color

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

This div border color is #aeede4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeede4


Comments

No comments written yet.

Please login to write comment.