Color Hex Logo

#aefdcf Color Hex

#AEFDCF
(174,253,207)
0 Favorites   0 Comments

Color spaces of #aefdcf

RGB 174253207
HSL0.400.950.84
HSV145°31°99°
CMYK 0.310.000.18   0.01
XYZ63.843383.754271.8328
Yxy83.75420.29100.3817
Hunter Lab91.5173-35.632117.5248
CIE-Lab93.3436-33.421514.4160

#aefdcf color RGB value is (174,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11001111
Octal 256 375 317
Decimal 174 253 207
Hex AE FD CF

RGB Percentages of Color #aefdcf

%27.44
%39.91
%32.65

CMYK Percentages of Color #aefdcf

%31
%0
%18
%1

Triadic Colors of #aefdcf

#aefdcf #cfaefd #fdcfae

Analogous Colors of #aefdcf

#aefdcf #aefdf7 #b5fdae

Monochromatic Colors of #aefdcf

#aefdcf

Complementary Color

#aefdcf #fdaedc

#aefdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdcf Color CSS Codes

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

#aefdcf Text Font Color

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

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


#aefdcf Background Color

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

This div background color is #aefdcf


#aefdcf Border Color

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

This div border color is #aefdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.