Color Hex Logo

#affda6 Color Hex

#AFFDA6
(175,253,166)
0 Favorites   0 Comments

Color spaces of #affda6

RGB 175253166
HSL0.320.960.82
HSV114°34°99°
CMYK 0.310.000.34   0.01
XYZ59.687482.117748.7808
Yxy82.11770.31320.4309
Hunter Lab90.6188-41.011331.5169
CIE-Lab92.6268-40.047134.2518

#affda6 color RGB value is (175,253,166).

#affda6 hex color red value is 175, green value is 253 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #affda6 hue: 0.32 , saturation: 0.96 and the lightness value of affda6 is 0.82.

The process color (four color CMYK) of #affda6 color hex is 0.31, 0.00, 0.34, 0.01. Web safe color of #affda6 is #99ff99. Color #affda6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 10100110
Octal 257 375 246
Decimal 175 253 166
Hex AF FD A6

RGB Percentages of Color #affda6

%29.46
%42.59
%27.95

CMYK Percentages of Color #affda6

%31
%0
%34
%1

Triadic Colors of #affda6

#affda6 #a6affd #fda6af

Analogous Colors of #affda6

#affda6 #a6fdc9 #dbfda6

Monochromatic Colors of #affda6

#affda6

Complementary Color

#affda6 #f4a6fd

#affda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affda6 Color CSS Codes

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

#affda6 Text Font Color

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

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


#affda6 Background Color

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

This div background color is #affda6


#affda6 Border Color

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

This div border color is #affda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affda6


Comments

No comments written yet.

Please login to write comment.