Color Hex Logo

#aefcdc Color Hex

#AEFCDC
(174,252,220)
0 Favorites   0 Comments

Color spaces of #aefcdc

RGB 174252220
HSL0.430.930.84
HSV155°31°99°
CMYK 0.310.000.13   0.01
XYZ65.184283.786880.4470
Yxy83.78680.28410.3652
Hunter Lab91.5351-33.072711.9667
CIE-Lab93.3578-30.43827.7418

#aefcdc color RGB value is (174,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11011100
Octal 256 374 334
Decimal 174 252 220
Hex AE FC DC

RGB Percentages of Color #aefcdc

%26.93
%39.01
%34.06

CMYK Percentages of Color #aefcdc

%31
%0
%13
%1

Triadic Colors of #aefcdc

#aefcdc #dcaefc #fcdcae

Analogous Colors of #aefcdc

#aefcdc #aef5fc #aefcb5

Monochromatic Colors of #aefcdc

#aefcdc

Complementary Color

#aefcdc #fcaece

#aefcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcdc Color CSS Codes

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

#aefcdc Text Font Color

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

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


#aefcdc Background Color

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

This div background color is #aefcdc


#aefcdc Border Color

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

This div border color is #aefcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,252,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 #aefcdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcdc


Comments

No comments written yet.

Please login to write comment.