Color Hex Logo

#aff7df Color Hex

#AFF7DF
(175,247,223)
0 Favorites   0 Comments

Color spaces of #aff7df

RGB 175247223
HSL0.440.820.83
HSV160°29°97°
CMYK 0.290.000.10   0.03
XYZ64.259280.963282.0527
Yxy80.96320.28270.3562
Hunter Lab89.9796-29.98788.9189
CIE-Lab92.1153-27.17824.4045

#aff7df color RGB value is (175,247,223).

#aff7df hex color red value is 175, green value is 247 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aff7df hue: 0.44 , saturation: 0.82 and the lightness value of aff7df is 0.83.

The process color (four color CMYK) of #aff7df color hex is 0.29, 0.00, 0.10, 0.03. Web safe color of #aff7df is #99ffcc. Color #aff7df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110111 11011111
Octal 257 367 337
Decimal 175 247 223
Hex AF F7 DF

RGB Percentages of Color #aff7df

%27.13
%38.29
%34.57

CMYK Percentages of Color #aff7df

%29
%0
%10
%3

Triadic Colors of #aff7df

#aff7df #dfaff7 #f7dfaf

Analogous Colors of #aff7df

#aff7df #afebf7 #aff7bb

Monochromatic Colors of #aff7df

#aff7df

Complementary Color

#aff7df #f7afc7

#aff7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff7df Color CSS Codes

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

#aff7df Text Font Color

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

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


#aff7df Background Color

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

This div background color is #aff7df


#aff7df Border Color

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

This div border color is #aff7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff7df


Comments

No comments written yet.

Please login to write comment.