Color Hex Logo

#aefccc Color Hex

#AEFCCC
(174,252,204)
0 Favorites   0 Comments

Color spaces of #aefccc

RGB 174252204
HSL0.400.930.84
HSV143°31°99°
CMYK 0.310.000.19   0.01
XYZ63.165082.979169.8142
Yxy82.97910.29250.3842
Hunter Lab91.0929-35.638218.3247
CIE-Lab93.0053-33.519415.4790

#aefccc color RGB value is (174,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11001100
Octal 256 374 314
Decimal 174 252 204
Hex AE FC CC

RGB Percentages of Color #aefccc

%27.62
%40.00
%32.38

CMYK Percentages of Color #aefccc

%31
%0
%19
%1

Triadic Colors of #aefccc

#aefccc #ccaefc #fcccae

Analogous Colors of #aefccc

#aefccc #aefcf3 #b7fcae

Monochromatic Colors of #aefccc

#aefccc

Complementary Color

#aefccc #fcaede

#aefccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefccc Color CSS Codes

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

#aefccc Text Font Color

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

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


#aefccc Background Color

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

This div background color is #aefccc


#aefccc Border Color

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

This div border color is #aefccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefccc

Related Colors


Comments

No comments written yet.

Please login to write comment.