Color Hex Logo

#aefdca Color Hex

#AEFDCA
(174,253,202)
0 Favorites   0 Comments

Color spaces of #aefdca

RGB 174253202
HSL0.390.950.84
HSV141°31°99°
CMYK 0.310.000.20   0.01
XYZ63.241583.513568.6637
Yxy83.51350.29360.3877
Hunter Lab91.3857-36.398019.4218
CIE-Lab93.2388-34.349816.8342

#aefdca color RGB value is (174,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11001010
Octal 256 375 312
Decimal 174 253 202
Hex AE FD CA

RGB Percentages of Color #aefdca

%27.66
%40.22
%32.11

CMYK Percentages of Color #aefdca

%31
%0
%20
%1

Triadic Colors of #aefdca

#aefdca #caaefd #fdcaae

Analogous Colors of #aefdca

#aefdca #aefdf2 #bafdae

Monochromatic Colors of #aefdca

#aefdca

Complementary Color

#aefdca #fdaee1

#aefdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdca Color CSS Codes

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

#aefdca Text Font Color

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

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


#aefdca Background Color

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

This div background color is #aefdca


#aefdca Border Color

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

This div border color is #aefdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdca

Related Colors


Comments

No comments written yet.

Please login to write comment.