Color Hex Logo

#afffad Color Hex

#AFFFAD
(175,255,173)
0 Favorites   0 Comments

Color spaces of #afffad

RGB 175255173
HSL0.331.000.84
HSV119°32°100°
CMYK 0.310.000.32   0.00
XYZ60.982083.651152.4673
Yxy83.65110.30940.4244
Hunter Lab91.4610-41.041130.0105
CIE-Lab93.2988-39.870031.6485

#afffad color RGB value is (175,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10101101
Octal 257 377 255
Decimal 175 255 173
Hex AF FF AD

RGB Percentages of Color #afffad

%29.02
%42.29
%28.69

CMYK Percentages of Color #afffad

%31
%0
%32
%0

Triadic Colors of #afffad

#afffad #adafff #ffadaf

Analogous Colors of #afffad

#afffad #adffd4 #d8ffad

Monochromatic Colors of #afffad

#afffad

Complementary Color

#afffad #fdadff

#afffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffad Color CSS Codes

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

#afffad Text Font Color

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

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


#afffad Background Color

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

This div background color is #afffad


#afffad Border Color

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

This div border color is #afffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffad

Related Colors

#afffad Color Palettes


Comments

No comments written yet.

Please login to write comment.