Color Hex Logo

#aff0df Color Hex

#AFF0DF
(175,240,223)
0 Favorites   0 Comments

Color spaces of #aff0df

RGB 175240223
HSL0.460.680.81
HSV164°27°94°
CMYK 0.270.000.07   0.06
XYZ62.158676.761881.3525
Yxy76.76180.28220.3485
Hunter Lab87.6138-26.68536.2768
CIE-Lab90.2119-23.80861.6419

#aff0df color RGB value is (175,240,223).

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

The process color (four color CMYK) of #aff0df color hex is 0.27, 0.00, 0.07, 0.06. Web safe color of #aff0df is #99ffcc. Color #aff0df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 11011111
Octal 257 360 337
Decimal 175 240 223
Hex AF F0 DF

RGB Percentages of Color #aff0df

%27.43
%37.62
%34.95

CMYK Percentages of Color #aff0df

%27
%0
%7
%6

Triadic Colors of #aff0df

#aff0df #dfaff0 #f0dfaf

Analogous Colors of #aff0df

#aff0df #afe1f0 #aff0bf

Monochromatic Colors of #aff0df

#aff0df

Complementary Color

#aff0df #f0afc0

#aff0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff0df Color CSS Codes

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

#aff0df Text Font Color

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

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


#aff0df Background Color

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

This div background color is #aff0df


#aff0df Border Color

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

This div border color is #aff0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff0df


Comments

No comments written yet.

Please login to write comment.