Color Hex Logo

#aefecf Color Hex

#AEFECF
(174,254,207)
0 Favorites   0 Comments

Color spaces of #aefecf

RGB 174254207
HSL0.400.980.84
HSV145°31°100°
CMYK 0.310.000.19   0.00
XYZ64.159984.387371.9383
Yxy84.38730.29100.3827
Hunter Lab91.8626-36.089117.8733
CIE-Lab93.6185-33.883514.8046

#aefecf color RGB value is (174,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11001111
Octal 256 376 317
Decimal 174 254 207
Hex AE FE CF

RGB Percentages of Color #aefecf

%27.40
%40.00
%32.60

CMYK Percentages of Color #aefecf

%31
%0
%19
%0

Triadic Colors of #aefecf

#aefecf #cfaefe #fecfae

Analogous Colors of #aefecf

#aefecf #aefef7 #b5feae

Monochromatic Colors of #aefecf

#aefecf

Complementary Color

#aefecf #feaedd

#aefecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefecf Color CSS Codes

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

#aefecf Text Font Color

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

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


#aefecf Background Color

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

This div background color is #aefecf


#aefecf Border Color

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

This div border color is #aefecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefecf


Comments

No comments written yet.

Please login to write comment.