Color Hex Logo

#aefddf Color Hex

#AEFDDF
(174,253,223)
0 Favorites   0 Comments

Color spaces of #aefddf

RGB 174253223
HSL0.440.950.84
HSV157°31°99°
CMYK 0.310.000.12   0.01
XYZ65.900184.576982.6637
Yxy84.57690.28270.3628
Hunter Lab91.9657-33.031811.0830
CIE-Lab93.7005-30.30696.6869

#aefddf color RGB value is (174,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11011111
Octal 256 375 337
Decimal 174 253 223
Hex AE FD DF

RGB Percentages of Color #aefddf

%26.77
%38.92
%34.31

CMYK Percentages of Color #aefddf

%31
%0
%12
%1

Triadic Colors of #aefddf

#aefddf #dfaefd #fddfae

Analogous Colors of #aefddf

#aefddf #aef4fd #aefdb8

Monochromatic Colors of #aefddf

#aefddf

Complementary Color

#aefddf #fdaecc

#aefddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefddf Color CSS Codes

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

#aefddf Text Font Color

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

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


#aefddf Background Color

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

This div background color is #aefddf


#aefddf Border Color

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

This div border color is #aefddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefddf


Comments

No comments written yet.

Please login to write comment.