Color Hex Logo

#affade Color Hex

#AFFADE
(175,250,222)
0 Favorites   0 Comments

Color spaces of #affade

RGB 175250222
HSL0.440.880.83
HSV158°30°98°
CMYK 0.300.000.11   0.02
XYZ65.049682.759181.6529
Yxy82.75910.28350.3607
Hunter Lab90.9720-31.564510.4641
CIE-Lab92.9089-28.80686.0688

#affade color RGB value is (175,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11011110
Octal 257 372 336
Decimal 175 250 222
Hex AF FA DE

RGB Percentages of Color #affade

%27.05
%38.64
%34.31

CMYK Percentages of Color #affade

%30
%0
%11
%2

Triadic Colors of #affade

#affade #deaffa #fadeaf

Analogous Colors of #affade

#affade #aff1fa #affab9

Monochromatic Colors of #affade

#affade

Complementary Color

#affade #faafcb

#affade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affade Color Preview on White Background

Lorem ipsum dolor sit amet.

#affade Color CSS Codes

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

#affade Text Font Color

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

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


#affade Background Color

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

This div background color is #affade


#affade Border Color

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

This div border color is #affade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affade

#affade Color Palettes


Comments

No comments written yet.

Please login to write comment.