Color Hex Logo

#affadd Color Hex

#AFFADD
(175,250,221)
0 Favorites   0 Comments

Color spaces of #affadd

RGB 175250221
HSL0.440.880.83
HSV157°30°98°
CMYK 0.300.000.12   0.02
XYZ64.915982.705680.9490
Yxy82.70560.28400.3618
Hunter Lab90.9426-31.734210.8852
CIE-Lab92.8854-29.00776.5520

#affadd color RGB value is (175,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11011101
Octal 257 372 335
Decimal 175 250 221
Hex AF FA DD

RGB Percentages of Color #affadd

%27.09
%38.70
%34.21

CMYK Percentages of Color #affadd

%30
%0
%12
%2

Triadic Colors of #affadd

#affadd #ddaffa #faddaf

Analogous Colors of #affadd

#affadd #aff2fa #affab8

Monochromatic Colors of #affadd

#affadd

Complementary Color

#affadd #faafcc

#affadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#affadd Color CSS Codes

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

#affadd Text Font Color

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

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


#affadd Background Color

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

This div background color is #affadd


#affadd Border Color

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

This div border color is #affadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affadd


Comments

No comments written yet.

Please login to write comment.