Color Hex Logo

#aef7cf Color Hex

#AEF7CF
(174,247,207)
0 Favorites   0 Comments

Color spaces of #aef7cf

RGB 174247207
HSL0.410.820.83
HSV147°30°97°
CMYK 0.300.000.16   0.03
XYZ61.978880.025271.2113
Yxy80.02520.29070.3753
Hunter Lab89.4568-32.878415.4225
CIE-Lab91.6962-30.625312.0791

#aef7cf color RGB value is (174,247,207).

#aef7cf hex color red value is 174, green value is 247 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aef7cf hue: 0.41 , saturation: 0.82 and the lightness value of aef7cf is 0.83.

The process color (four color CMYK) of #aef7cf color hex is 0.30, 0.00, 0.16, 0.03. Web safe color of #aef7cf is #99ffcc. Color #aef7cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 11001111
Octal 256 367 317
Decimal 174 247 207
Hex AE F7 CF

RGB Percentages of Color #aef7cf

%27.71
%39.33
%32.96

CMYK Percentages of Color #aef7cf

%30
%0
%16
%3

Triadic Colors of #aef7cf

#aef7cf #cfaef7 #f7cfae

Analogous Colors of #aef7cf

#aef7cf #aef7f4 #b2f7ae

Monochromatic Colors of #aef7cf

#aef7cf

Complementary Color

#aef7cf #f7aed6

#aef7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef7cf Color CSS Codes

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

#aef7cf Text Font Color

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

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


#aef7cf Background Color

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

This div background color is #aef7cf


#aef7cf Border Color

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

This div border color is #aef7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef7cf


Comments

No comments written yet.

Please login to write comment.