Color Hex Logo

#ffaf8f Color Hex

#FFAF8F
(255,175,143)
0 Favorites   0 Comments

Color spaces of #ffaf8f

RGB 255175143
HSL0.051.000.78
HSV17°44°100°
CMYK 0.000.310.44   0.00
XYZ61.527953.903133.1481
Yxy53.90310.41410.3628
Hunter Lab73.418721.107524.6240
CIE-Lab78.405225.609428.2240

#ffaf8f color RGB value is (255,175,143).

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

The process color (four color CMYK) of #ffaf8f color hex is 0.00, 0.31, 0.44, 0.00. Web safe color of #ffaf8f is #ff9999. Color #ffaf8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 10001111
Octal 377 257 217
Decimal 255 175 143
Hex FF AF 8F

RGB Percentages of Color #ffaf8f

%44.50
%30.54
%24.96

CMYK Percentages of Color #ffaf8f

%0
%31
%44
%0

Triadic Colors of #ffaf8f

#ffaf8f #8fffaf #af8fff

Analogous Colors of #ffaf8f

#ffaf8f #ffe78f #ff8fa7

Monochromatic Colors of #ffaf8f

#ffaf8f

Complementary Color

#ffaf8f #8fdfff

#ffaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf8f Color CSS Codes

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

#ffaf8f Text Font Color

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

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


#ffaf8f Background Color

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

This div background color is #ffaf8f


#ffaf8f Border Color

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

This div border color is #ffaf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf8f

Related Colors

#ffaf8f Color Palettes


Comments

No comments written yet.

Please login to write comment.