Color Hex Logo

#aef3cf Color Hex

#AEF3CF
(174,243,207)
0 Favorites   0 Comments

Color spaces of #aef3cf

RGB 174243207
HSL0.410.740.82
HSV149°28°95°
CMYK 0.280.000.15   0.05
XYZ60.768677.604870.8079
Yxy77.60480.29050.3710
Hunter Lab88.0936-31.031114.0094
CIE-Lab90.5993-28.737810.5163

#aef3cf color RGB value is (174,243,207).

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

The process color (four color CMYK) of #aef3cf color hex is 0.28, 0.00, 0.15, 0.05. Web safe color of #aef3cf is #99ffcc. Color #aef3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 11001111
Octal 256 363 317
Decimal 174 243 207
Hex AE F3 CF

RGB Percentages of Color #aef3cf

%27.88
%38.94
%33.17

CMYK Percentages of Color #aef3cf

%28
%0
%15
%5

Triadic Colors of #aef3cf

#aef3cf #cfaef3 #f3cfae

Analogous Colors of #aef3cf

#aef3cf #aef3f2 #b0f3ae

Monochromatic Colors of #aef3cf

#aef3cf

Complementary Color

#aef3cf #f3aed2

#aef3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef3cf Color CSS Codes

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

#aef3cf Text Font Color

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

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


#aef3cf Background Color

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

This div background color is #aef3cf


#aef3cf Border Color

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

This div border color is #aef3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef3cf


Comments

No comments written yet.

Please login to write comment.