Color Hex Logo

#aefccd Color Hex

#AEFCCD
(174,252,205)
0 Favorites   0 Comments

Color spaces of #aefccd

RGB 174252205
HSL0.400.930.84
HSV144°31°99°
CMYK 0.310.000.19   0.01
XYZ63.285483.027370.4480
Yxy83.02730.29200.3830
Hunter Lab91.1193-35.484617.9440
CIE-Lab93.0264-33.333314.9951

#aefccd color RGB value is (174,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11001101
Octal 256 374 315
Decimal 174 252 205
Hex AE FC CD

RGB Percentages of Color #aefccd

%27.58
%39.94
%32.49

CMYK Percentages of Color #aefccd

%31
%0
%19
%1

Triadic Colors of #aefccd

#aefccd #cdaefc #fccdae

Analogous Colors of #aefccd

#aefccd #aefcf4 #b6fcae

Monochromatic Colors of #aefccd

#aefccd

Complementary Color

#aefccd #fcaedd

#aefccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefccd Color CSS Codes

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

#aefccd Text Font Color

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

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


#aefccd Background Color

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

This div background color is #aefccd


#aefccd Border Color

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

This div border color is #aefccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefccd

Related Colors


Comments

No comments written yet.

Please login to write comment.