Color Hex Logo

#aefdcc Color Hex

#AEFDCC
(174,253,204)
0 Favorites   0 Comments

Color spaces of #aefdcc

RGB 174253204
HSL0.400.950.84
HSV143°31°99°
CMYK 0.310.000.19   0.01
XYZ63.479983.608969.9191
Yxy83.60890.29250.3853
Hunter Lab91.4379-36.094418.6697
CIE-Lab93.2804-33.981215.8670

#aefdcc color RGB value is (174,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11001100
Octal 256 375 314
Decimal 174 253 204
Hex AE FD CC

RGB Percentages of Color #aefdcc

%27.58
%40.10
%32.33

CMYK Percentages of Color #aefdcc

%31
%0
%19
%1

Triadic Colors of #aefdcc

#aefdcc #ccaefd #fdccae

Analogous Colors of #aefdcc

#aefdcc #aefdf4 #b8fdae

Monochromatic Colors of #aefdcc

#aefdcc

Complementary Color

#aefdcc #fdaedf

#aefdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdcc Color CSS Codes

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

#aefdcc Text Font Color

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

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


#aefdcc Background Color

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

This div background color is #aefdcc


#aefdcc Border Color

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

This div border color is #aefdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.