Color Hex Logo

#aff0ae Color Hex

#AFF0AE
(175,240,174)
0 Favorites   0 Comments

Color spaces of #aff0ae

RGB 175240174
HSL0.330.690.81
HSV119°28°94°
CMYK 0.270.000.28   0.06
XYZ56.479374.490151.4457
Yxy74.49010.30960.4084
Hunter Lab86.3076-34.228925.0742
CIE-Lab89.1536-32.889425.5260

#aff0ae color RGB value is (175,240,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 10101110
Octal 257 360 256
Decimal 175 240 174
Hex AF F0 AE

RGB Percentages of Color #aff0ae

%29.71
%40.75
%29.54

CMYK Percentages of Color #aff0ae

%27
%0
%28
%6

Triadic Colors of #aff0ae

#aff0ae #aeaff0 #f0aeaf

Analogous Colors of #aff0ae

#aff0ae #aef0ce #d0f0ae

Monochromatic Colors of #aff0ae

#aff0ae

Complementary Color

#aff0ae #efaef0

#aff0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff0ae Color CSS Codes

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

#aff0ae Text Font Color

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

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


#aff0ae Background Color

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

This div background color is #aff0ae


#aff0ae Border Color

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

This div border color is #aff0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff0ae


Comments

No comments written yet.

Please login to write comment.