Color Hex Logo

#afdaad Color Hex

#AFDAAD
(175,218,173)
0 Favorites   0 Comments

Color spaces of #afdaad

RGB 175218173
HSL0.330.380.77
HSV117°21°85°
CMYK 0.200.000.21   0.15
XYZ50.293462.273948.9045
Yxy62.27390.31150.3857
Hunter Lab78.9138-24.337418.4964
CIE-Lab83.0589-22.562617.6261

#afdaad color RGB value is (175,218,173).

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

The process color (four color CMYK) of #afdaad color hex is 0.20, 0.00, 0.21, 0.15. Web safe color of #afdaad is #99cc99. Color #afdaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10101101
Octal 257 332 255
Decimal 175 218 173
Hex AF DA AD

RGB Percentages of Color #afdaad

%30.92
%38.52
%30.57

CMYK Percentages of Color #afdaad

%20
%0
%21
%15

Triadic Colors of #afdaad

#afdaad #adafda #daadaf

Analogous Colors of #afdaad

#afdaad #addac2 #c6daad

Monochromatic Colors of #afdaad

#afdaad

Complementary Color

#afdaad #d8adda

#afdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaad Color CSS Codes

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

#afdaad Text Font Color

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

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


#afdaad Background Color

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

This div background color is #afdaad


#afdaad Border Color

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

This div border color is #afdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaad


Comments

No comments written yet.

Please login to write comment.