Color Hex Logo

#aeefcf Color Hex

#AEEFCF
(174,239,207)
0 Favorites   0 Comments

Color spaces of #aeefcf

RGB 174239207
HSL0.420.670.81
HSV150°27°94°
CMYK 0.270.000.13   0.06
XYZ59.584575.236770.4132
Yxy75.23670.29030.3666
Hunter Lab86.7391-29.174712.5868
CIE-Lab89.5038-26.83198.9501

#aeefcf color RGB value is (174,239,207).

#aeefcf hex color red value is 174, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aeefcf hue: 0.42 , saturation: 0.67 and the lightness value of aeefcf is 0.81.

The process color (four color CMYK) of #aeefcf color hex is 0.27, 0.00, 0.13, 0.06. Web safe color of #aeefcf is #99ffcc. Color #aeefcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11001111
Octal 256 357 317
Decimal 174 239 207
Hex AE EF CF

RGB Percentages of Color #aeefcf

%28.06
%38.55
%33.39

CMYK Percentages of Color #aeefcf

%27
%0
%13
%6

Triadic Colors of #aeefcf

#aeefcf #cfaeef #efcfae

Analogous Colors of #aeefcf

#aeefcf #aeefef #aeefaf

Monochromatic Colors of #aeefcf

#aeefcf

Complementary Color

#aeefcf #efaece

#aeefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefcf Color CSS Codes

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

#aeefcf Text Font Color

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

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


#aeefcf Background Color

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

This div background color is #aeefcf


#aeefcf Border Color

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

This div border color is #aeefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefcf


Comments

No comments written yet.

Please login to write comment.