Color Hex Logo

#aedfa3 Color Hex

#AEDFA3
(174,223,163)
0 Favorites   0 Comments

Color spaces of #aedfa3

RGB 174223163
HSL0.300.480.76
HSV109°27°87°
CMYK 0.220.000.27   0.13
XYZ50.454164.418444.4251
Yxy64.41840.31670.4044
Hunter Lab80.2611-28.247423.3653
CIE-Lab84.1831-26.978324.3914

#aedfa3 color RGB value is (174,223,163).

#aedfa3 hex color red value is 174, green value is 223 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #aedfa3 hue: 0.30 , saturation: 0.48 and the lightness value of aedfa3 is 0.76.

The process color (four color CMYK) of #aedfa3 color hex is 0.22, 0.00, 0.27, 0.13. Web safe color of #aedfa3 is #99cc99. Color #aedfa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10100011
Octal 256 337 243
Decimal 174 223 163
Hex AE DF A3

RGB Percentages of Color #aedfa3

%31.07
%39.82
%29.11

CMYK Percentages of Color #aedfa3

%22
%0
%27
%13

Triadic Colors of #aedfa3

#aedfa3 #a3aedf #dfa3ae

Analogous Colors of #aedfa3

#aedfa3 #a3dfb6 #ccdfa3

Monochromatic Colors of #aedfa3

#aedfa3

Complementary Color

#aedfa3 #d4a3df

#aedfa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfa3 Color CSS Codes

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

#aedfa3 Text Font Color

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

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


#aedfa3 Background Color

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

This div background color is #aedfa3


#aedfa3 Border Color

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

This div border color is #aedfa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfa3


Comments

No comments written yet.

Please login to write comment.