Color Hex Logo

#afcaaf Color Hex

#AFCAAF
(175,202,175)
0 Favorites   0 Comments

Color spaces of #afcaaf

RGB 175202175
HSL0.330.200.74
HSV120°13°79°
CMYK 0.130.000.13   0.21
XYZ46.537654.450248.6146
Yxy54.45020.31110.3640
Hunter Lab73.7904-16.558012.5918
CIE-Lab78.7235-14.204210.4546

#afcaaf color RGB value is (175,202,175).

#afcaaf hex color red value is 175, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afcaaf hue: 0.33 , saturation: 0.20 and the lightness value of afcaaf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10101111
Octal 257 312 257
Decimal 175 202 175
Hex AF CA AF

RGB Percentages of Color #afcaaf

%31.70
%36.59
%31.70

CMYK Percentages of Color #afcaaf

%13
%0
%13
%21

Triadic Colors of #afcaaf

#afcaaf #afafca #caafaf

Analogous Colors of #afcaaf

#afcaaf #afcabd #bdcaaf

Monochromatic Colors of #afcaaf

#afcaaf

Complementary Color

#afcaaf #caafca

#afcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaaf Color CSS Codes

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

#afcaaf Text Font Color

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

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


#afcaaf Background Color

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

This div background color is #afcaaf


#afcaaf Border Color

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

This div border color is #afcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaaf


Comments

No comments written yet.

Please login to write comment.