Color Hex Logo

#afffa4 Color Hex

#AFFFA4
(175,255,164)
0 Favorites   0 Comments

Color spaces of #afffa4

RGB 175255164
HSL0.311.000.82
HSV113°36°100°
CMYK 0.310.000.36   0.00
XYZ60.140083.314348.0335
Yxy83.31430.31410.4351
Hunter Lab91.2767-42.124832.6929
CIE-Lab93.1519-41.230835.9426

#afffa4 color RGB value is (175,255,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10100100
Octal 257 377 244
Decimal 175 255 164
Hex AF FF A4

RGB Percentages of Color #afffa4

%29.46
%42.93
%27.61

CMYK Percentages of Color #afffa4

%31
%0
%36
%0

Triadic Colors of #afffa4

#afffa4 #a4afff #ffa4af

Analogous Colors of #afffa4

#afffa4 #a4ffc7 #ddffa4

Monochromatic Colors of #afffa4

#afffa4

Complementary Color

#afffa4 #f4a4ff

#afffa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffa4 Color CSS Codes

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

#afffa4 Text Font Color

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

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


#afffa4 Background Color

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

This div background color is #afffa4


#afffa4 Border Color

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

This div border color is #afffa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffa4


Comments

No comments written yet.

Please login to write comment.