Color Hex Logo

#aefddc Color Hex

#AEFDDC
(174,253,220)
0 Favorites   0 Comments

Color spaces of #aefddc

RGB 174253220
HSL0.430.950.84
HSV155°31°99°
CMYK 0.310.000.13   0.01
XYZ65.499184.416580.5520
Yxy84.41650.28420.3663
Hunter Lab91.8785-33.536712.3340
CIE-Lab93.6311-30.90738.1343

#aefddc color RGB value is (174,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11011100
Octal 256 375 334
Decimal 174 253 220
Hex AE FD DC

RGB Percentages of Color #aefddc

%26.89
%39.10
%34.00

CMYK Percentages of Color #aefddc

%31
%0
%13
%1

Triadic Colors of #aefddc

#aefddc #dcaefd #fddcae

Analogous Colors of #aefddc

#aefddc #aef7fd #aefdb5

Monochromatic Colors of #aefddc

#aefddc

Complementary Color

#aefddc #fdaecf

#aefddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefddc Color CSS Codes

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

#aefddc Text Font Color

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

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


#aefddc Background Color

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

This div background color is #aefddc


#aefddc Border Color

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

This div border color is #aefddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefddc


Comments

No comments written yet.

Please login to write comment.