Color Hex Logo

#aef1ad Color Hex

#AEF1AD
(174,241,173)
0 Favorites   0 Comments

Color spaces of #aef1ad

RGB 174241173
HSL0.330.710.81
HSV119°28°95°
CMYK 0.280.000.28   0.05
XYZ56.453774.926451.0220
Yxy74.92640.30950.4108
Hunter Lab86.5600-35.063925.6441
CIE-Lab89.3585-33.836126.3081

#aef1ad color RGB value is (174,241,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 10101101
Octal 256 361 255
Decimal 174 241 173
Hex AE F1 AD

RGB Percentages of Color #aef1ad

%29.59
%40.99
%29.42

CMYK Percentages of Color #aef1ad

%28
%0
%28
%5

Triadic Colors of #aef1ad

#aef1ad #adaef1 #f1adae

Analogous Colors of #aef1ad

#aef1ad #adf1ce #d0f1ad

Monochromatic Colors of #aef1ad

#aef1ad

Complementary Color

#aef1ad #f0adf1

#aef1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef1ad Color CSS Codes

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

#aef1ad Text Font Color

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

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


#aef1ad Background Color

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

This div background color is #aef1ad


#aef1ad Border Color

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

This div border color is #aef1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef1ad


Comments

No comments written yet.

Please login to write comment.