Color Hex Logo

#affea6 Color Hex

#AFFEA6
(175,254,166)
0 Favorites   0 Comments

Color spaces of #affea6

RGB 175254166
HSL0.320.980.82
HSV114°35°100°
CMYK 0.310.000.35   0.00
XYZ60.003982.750848.8863
Yxy82.75080.31310.4318
Hunter Lab90.9675-41.451031.8145
CIE-Lab92.9052-40.491834.6216

#affea6 color RGB value is (175,254,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10100110
Octal 257 376 246
Decimal 175 254 166
Hex AF FE A6

RGB Percentages of Color #affea6

%29.41
%42.69
%27.90

CMYK Percentages of Color #affea6

%31
%0
%35
%0

Triadic Colors of #affea6

#affea6 #a6affe #fea6af

Analogous Colors of #affea6

#affea6 #a6fec9 #dbfea6

Monochromatic Colors of #affea6

#affea6

Complementary Color

#affea6 #f5a6fe

#affea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affea6 Color CSS Codes

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

#affea6 Text Font Color

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

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


#affea6 Background Color

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

This div background color is #affea6


#affea6 Border Color

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

This div border color is #affea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affea6


Comments

No comments written yet.

Please login to write comment.