Color Hex Logo

#aff9de Color Hex

#AFF9DE
(175,249,222)
0 Favorites   0 Comments

Color spaces of #aff9de

RGB 175249222
HSL0.440.860.83
HSV158°30°98°
CMYK 0.300.000.11   0.02
XYZ64.739782.139381.5496
Yxy82.13930.28340.3596
Hunter Lab90.6307-31.097010.0923
CIE-Lab92.6363-28.33285.6755

#aff9de color RGB value is (175,249,222).

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

The process color (four color CMYK) of #aff9de color hex is 0.30, 0.00, 0.11, 0.02. Web safe color of #aff9de is #99ffcc. Color #aff9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 11011110
Octal 257 371 336
Decimal 175 249 222
Hex AF F9 DE

RGB Percentages of Color #aff9de

%27.09
%38.54
%34.37

CMYK Percentages of Color #aff9de

%30
%0
%11
%2

Triadic Colors of #aff9de

#aff9de #deaff9 #f9deaf

Analogous Colors of #aff9de

#aff9de #afeff9 #aff9b9

Monochromatic Colors of #aff9de

#aff9de

Complementary Color

#aff9de #f9afca

#aff9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff9de Color CSS Codes

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

#aff9de Text Font Color

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

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


#aff9de Background Color

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

This div background color is #aff9de


#aff9de Border Color

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

This div border color is #aff9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff9de

#aff9de Color Palettes


Comments

No comments written yet.

Please login to write comment.