Color Hex Logo

#aef2cd Color Hex

#AEF2CD
(174,242,205)
0 Favorites   0 Comments

Color spaces of #aef2cd

RGB 174242205
HSL0.410.720.82
HSV147°28°95°
CMYK 0.280.000.15   0.05
XYZ60.227176.910769.4286
Yxy76.91070.29160.3723
Hunter Lab87.6987-30.888014.4509
CIE-Lab90.2805-28.647111.0992

#aef2cd color RGB value is (174,242,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 11001101
Octal 256 362 315
Decimal 174 242 205
Hex AE F2 CD

RGB Percentages of Color #aef2cd

%28.02
%38.97
%33.01

CMYK Percentages of Color #aef2cd

%28
%0
%15
%5

Triadic Colors of #aef2cd

#aef2cd #cdaef2 #f2cdae

Analogous Colors of #aef2cd

#aef2cd #aef2ef #b1f2ae

Monochromatic Colors of #aef2cd

#aef2cd

Complementary Color

#aef2cd #f2aed3

#aef2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef2cd Color CSS Codes

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

#aef2cd Text Font Color

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

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


#aef2cd Background Color

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

This div background color is #aef2cd


#aef2cd Border Color

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

This div border color is #aef2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef2cd


Comments

No comments written yet.

Please login to write comment.