Color Hex Logo

#affdad Color Hex

#AFFDAD
(175,253,173)
0 Favorites   0 Comments

Color spaces of #affdad

RGB 175253173
HSL0.330.950.84
HSV119°32°99°
CMYK 0.310.000.32   0.01
XYZ60.347382.381652.2558
Yxy82.38160.30950.4225
Hunter Lab90.7643-40.156629.3999
CIE-Lab92.7430-38.975930.9013

#affdad color RGB value is (175,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 10101101
Octal 257 375 255
Decimal 175 253 173
Hex AF FD AD

RGB Percentages of Color #affdad

%29.12
%42.10
%28.79

CMYK Percentages of Color #affdad

%31
%0
%32
%1

Triadic Colors of #affdad

#affdad #adaffd #fdadaf

Analogous Colors of #affdad

#affdad #adfdd3 #d7fdad

Monochromatic Colors of #affdad

#affdad

Complementary Color

#affdad #fbadfd

#affdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdad Color CSS Codes

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

#affdad Text Font Color

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

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


#affdad Background Color

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

This div background color is #affdad


#affdad Border Color

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

This div border color is #affdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdad


Comments

No comments written yet.

Please login to write comment.