Color Hex Logo

#afdaaf Color Hex

#AFDAAF
(175,218,175)
0 Favorites   0 Comments

Color spaces of #afdaaf

RGB 175218175
HSL0.330.370.77
HSV120°20°85°
CMYK 0.200.000.20   0.15
XYZ50.488562.351949.9315
Yxy62.35190.31020.3831
Hunter Lab78.9632-24.054117.7829
CIE-Lab83.1002-22.218516.6327

#afdaaf color RGB value is (175,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10101111
Octal 257 332 257
Decimal 175 218 175
Hex AF DA AF

RGB Percentages of Color #afdaaf

%30.81
%38.38
%30.81

CMYK Percentages of Color #afdaaf

%20
%0
%20
%15

Triadic Colors of #afdaaf

#afdaaf #afafda #daafaf

Analogous Colors of #afdaaf

#afdaaf #afdac5 #c5daaf

Monochromatic Colors of #afdaaf

#afdaaf

Complementary Color

#afdaaf #daafda

#afdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaaf Color CSS Codes

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

#afdaaf Text Font Color

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

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


#afdaaf Background Color

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

This div background color is #afdaaf


#afdaaf Border Color

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

This div border color is #afdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaaf


Comments

No comments written yet.

Please login to write comment.