Color Hex Logo

#aeefcd Color Hex

#AEEFCD
(174,239,205)
0 Favorites   0 Comments

Color spaces of #aeefcd

RGB 174239205
HSL0.410.670.81
HSV149°27°94°
CMYK 0.270.000.14   0.06
XYZ59.341575.139569.1333
Yxy75.13950.29140.3690
Hunter Lab86.6830-29.497813.3919
CIE-Lab89.4583-27.21859.9260

#aeefcd color RGB value is (174,239,205).

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

The process color (four color CMYK) of #aeefcd color hex is 0.27, 0.00, 0.14, 0.06. Web safe color of #aeefcd is #99ffcc. Color #aeefcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11001101
Octal 256 357 315
Decimal 174 239 205
Hex AE EF CD

RGB Percentages of Color #aeefcd

%28.16
%38.67
%33.17

CMYK Percentages of Color #aeefcd

%27
%0
%14
%6

Triadic Colors of #aeefcd

#aeefcd #cdaeef #efcdae

Analogous Colors of #aeefcd

#aeefcd #aeefee #b0efae

Monochromatic Colors of #aeefcd

#aeefcd

Complementary Color

#aeefcd #efaed0

#aeefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefcd Color CSS Codes

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

#aeefcd Text Font Color

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

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


#aeefcd Background Color

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

This div background color is #aeefcd


#aeefcd Border Color

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

This div border color is #aeefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefcd


Comments

No comments written yet.

Please login to write comment.