Color Hex Logo

#aff8de Color Hex

#AFF8DE
(175,248,222)
0 Favorites   0 Comments

Color spaces of #aff8de

RGB 175248222
HSL0.440.840.83
HSV159°29°97°
CMYK 0.290.000.10   0.03
XYZ64.431481.522781.4468
Yxy81.52270.28330.3585
Hunter Lab90.2899-30.62889.7199
CIE-Lab92.3638-27.85765.2820

#aff8de color RGB value is (175,248,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 11011110
Octal 257 370 336
Decimal 175 248 222
Hex AF F8 DE

RGB Percentages of Color #aff8de

%27.13
%38.45
%34.42

CMYK Percentages of Color #aff8de

%29
%0
%10
%3

Triadic Colors of #aff8de

#aff8de #deaff8 #f8deaf

Analogous Colors of #aff8de

#aff8de #afeef8 #aff8ba

Monochromatic Colors of #aff8de

#aff8de

Complementary Color

#aff8de #f8afc9

#aff8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff8de Color CSS Codes

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

#aff8de Text Font Color

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

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


#aff8de Background Color

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

This div background color is #aff8de


#aff8de Border Color

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

This div border color is #aff8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff8de


Comments

No comments written yet.

Please login to write comment.