Color Hex Logo

#affad1 Color Hex

#AFFAD1
(175,250,209)
0 Favorites   0 Comments

Color spaces of #affad1

RGB 175250209
HSL0.410.880.83
HSV147°30°98°
CMYK 0.300.000.16   0.02
XYZ63.373482.088672.8262
Yxy82.08860.29030.3761
Hunter Lab90.6028-33.700415.7648
CIE-Lab92.6139-31.353312.3590

#affad1 color RGB value is (175,250,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11010001
Octal 257 372 321
Decimal 175 250 209
Hex AF FA D1

RGB Percentages of Color #affad1

%27.60
%39.43
%32.97

CMYK Percentages of Color #affad1

%30
%0
%16
%2

Triadic Colors of #affad1

#affad1 #d1affa #fad1af

Analogous Colors of #affad1

#affad1 #affaf7 #b3faaf

Monochromatic Colors of #affad1

#affad1

Complementary Color

#affad1 #faafd8

#affad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affad1 Color CSS Codes

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

#affad1 Text Font Color

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

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


#affad1 Background Color

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

This div background color is #affad1


#affad1 Border Color

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

This div border color is #affad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affad1

Related Colors


Comments

No comments written yet.

Please login to write comment.