Color Hex Logo

#aff8df Color Hex

#AFF8DF
(175,248,223)
0 Favorites   0 Comments

Color spaces of #aff8df

RGB 175248223
HSL0.440.840.83
HSV159°29°97°
CMYK 0.290.000.10   0.03
XYZ64.565981.576582.1549
Yxy81.57650.28280.3573
Hunter Lab90.3197-30.45719.2936
CIE-Lab92.3876-27.65494.7985

#aff8df color RGB value is (175,248,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 11011111
Octal 257 370 337
Decimal 175 248 223
Hex AF F8 DF

RGB Percentages of Color #aff8df

%27.09
%38.39
%34.52

CMYK Percentages of Color #aff8df

%29
%0
%10
%3

Triadic Colors of #aff8df

#aff8df #dfaff8 #f8dfaf

Analogous Colors of #aff8df

#aff8df #afedf8 #aff8bb

Monochromatic Colors of #aff8df

#aff8df

Complementary Color

#aff8df #f8afc8

#aff8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff8df Color CSS Codes

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

#aff8df Text Font Color

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

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


#aff8df Background Color

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

This div background color is #aff8df


#aff8df Border Color

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

This div border color is #aff8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff8df


Comments

No comments written yet.

Please login to write comment.