Color Hex Logo

#aef3ad Color Hex

#AEF3AD
(174,243,173)
0 Favorites   0 Comments

Color spaces of #aef3ad

RGB 174243173
HSL0.330.740.82
HSV119°29°95°
CMYK 0.280.000.29   0.05
XYZ57.049076.117051.2204
Yxy76.11700.30940.4128
Hunter Lab87.2451-35.958826.2632
CIE-Lab89.9136-34.756727.0642

#aef3ad color RGB value is (174,243,173).

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

The process color (four color CMYK) of #aef3ad color hex is 0.28, 0.00, 0.29, 0.05. Web safe color of #aef3ad is #99ff99. Color #aef3ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 10101101
Octal 256 363 255
Decimal 174 243 173
Hex AE F3 AD

RGB Percentages of Color #aef3ad

%29.49
%41.19
%29.32

CMYK Percentages of Color #aef3ad

%28
%0
%29
%5

Triadic Colors of #aef3ad

#aef3ad #adaef3 #f3adae

Analogous Colors of #aef3ad

#aef3ad #adf3cf #d1f3ad

Monochromatic Colors of #aef3ad

#aef3ad

Complementary Color

#aef3ad #f2adf3

#aef3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef3ad Color CSS Codes

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

#aef3ad Text Font Color

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

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


#aef3ad Background Color

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

This div background color is #aef3ad


#aef3ad Border Color

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

This div border color is #aef3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef3ad


Comments

No comments written yet.

Please login to write comment.