Color Hex Logo

#afffa5 Color Hex

#AFFFA5
(175,255,165)
0 Favorites   0 Comments

Color spaces of #afffa5

RGB 175255165
HSL0.311.000.82
HSV113°35°100°
CMYK 0.310.000.35   0.00
XYZ60.230783.350648.5111
Yxy83.35060.31360.4339
Hunter Lab91.2965-42.007932.4034
CIE-Lab93.1677-41.083535.4670

#afffa5 color RGB value is (175,255,165).

#afffa5 hex color red value is 175, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #afffa5 hue: 0.31 , saturation: 1.00 and the lightness value of afffa5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10100101
Octal 257 377 245
Decimal 175 255 165
Hex AF FF A5

RGB Percentages of Color #afffa5

%29.41
%42.86
%27.73

CMYK Percentages of Color #afffa5

%31
%0
%35
%0

Triadic Colors of #afffa5

#afffa5 #a5afff #ffa5af

Analogous Colors of #afffa5

#afffa5 #a5ffc8 #dcffa5

Monochromatic Colors of #afffa5

#afffa5

Complementary Color

#afffa5 #f5a5ff

#afffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffa5 Color CSS Codes

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

#afffa5 Text Font Color

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

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


#afffa5 Background Color

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

This div background color is #afffa5


#afffa5 Border Color

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

This div border color is #afffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffa5

Related Colors


Comments

No comments written yet.

Please login to write comment.