Color Hex Logo

#aeffd3 Color Hex

#AEFFD3
(174,255,211)
0 Favorites   0 Comments

Color spaces of #aeffd3

RGB 174255211
HSL0.411.000.84
HSV147°32°100°
CMYK 0.320.000.17   0.00
XYZ64.973485.221874.6530
Yxy85.22180.28900.3790
Hunter Lab92.3157-35.920916.6748
CIE-Lab93.9786-33.589913.2614

#aeffd3 color RGB value is (174,255,211).

#aeffd3 hex color red value is 174, green value is 255 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #aeffd3 hue: 0.41 , saturation: 1.00 and the lightness value of aeffd3 is 0.84.

The process color (four color CMYK) of #aeffd3 color hex is 0.32, 0.00, 0.17, 0.00. Web safe color of #aeffd3 is #99ffcc. Color #aeffd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11010011
Octal 256 377 323
Decimal 174 255 211
Hex AE FF D3

RGB Percentages of Color #aeffd3

%27.19
%39.84
%32.97

CMYK Percentages of Color #aeffd3

%32
%0
%17
%0

Triadic Colors of #aeffd3

#aeffd3 #d3aeff #ffd3ae

Analogous Colors of #aeffd3

#aeffd3 #aefffc #b2ffae

Monochromatic Colors of #aeffd3

#aeffd3

Complementary Color

#aeffd3 #ffaeda

#aeffd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffd3 Color CSS Codes

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

#aeffd3 Text Font Color

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

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


#aeffd3 Background Color

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

This div background color is #aeffd3


#aeffd3 Border Color

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

This div border color is #aeffd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffd3


Comments

No comments written yet.

Please login to write comment.