Color Hex Logo

#aefcdd Color Hex

#AEFCDD
(174,252,221)
0 Favorites   0 Comments

Color spaces of #aefcdd

RGB 174252221
HSL0.430.930.84
HSV156°31°99°
CMYK 0.310.000.12   0.01
XYZ65.317183.839981.1468
Yxy83.83990.28360.3640
Hunter Lab91.5641-32.904611.5504
CIE-Lab93.3809-30.23837.2589

#aefcdd color RGB value is (174,252,221).

#aefcdd hex color red value is 174, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aefcdd hue: 0.43 , saturation: 0.93 and the lightness value of aefcdd is 0.84.

The process color (four color CMYK) of #aefcdd color hex is 0.31, 0.00, 0.12, 0.01. Web safe color of #aefcdd is #99ffcc. Color #aefcdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11011101
Octal 256 374 335
Decimal 174 252 221
Hex AE FC DD

RGB Percentages of Color #aefcdd

%26.89
%38.95
%34.16

CMYK Percentages of Color #aefcdd

%31
%0
%12
%1

Triadic Colors of #aefcdd

#aefcdd #ddaefc #fcddae

Analogous Colors of #aefcdd

#aefcdd #aef4fc #aefcb6

Monochromatic Colors of #aefcdd

#aefcdd

Complementary Color

#aefcdd #fcaecd

#aefcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcdd Color CSS Codes

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

#aefcdd Text Font Color

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

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


#aefcdd Background Color

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

This div background color is #aefcdd


#aefcdd Border Color

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

This div border color is #aefcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcdd


Comments

No comments written yet.

Please login to write comment.