Color Hex Logo

#ffaf79 Color Hex

#FFAF79
(255,175,121)
0 Favorites   0 Comments

Color spaces of #ffaf79

RGB 255175121
HSL0.071.000.74
HSV24°53°100°
CMYK 0.000.310.53   0.00
XYZ60.021253.300425.2137
Yxy53.30040.43330.3847
Hunter Lab73.007118.987430.6286
CIE-Lab78.052023.571939.3425

#ffaf79 color RGB value is (255,175,121).

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

The process color (four color CMYK) of #ffaf79 color hex is 0.00, 0.31, 0.53, 0.00. Web safe color of #ffaf79 is #ff9966. Color #ffaf79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01111001
Octal 377 257 171
Decimal 255 175 121
Hex FF AF 79

RGB Percentages of Color #ffaf79

%46.28
%31.76
%21.96

CMYK Percentages of Color #ffaf79

%0
%31
%53
%0

Triadic Colors of #ffaf79

#ffaf79 #79ffaf #af79ff

Analogous Colors of #ffaf79

#ffaf79 #fff279 #ff7986

Monochromatic Colors of #ffaf79

#ffaf79

Complementary Color

#ffaf79 #79c9ff

#ffaf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf79 Color CSS Codes

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

#ffaf79 Text Font Color

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

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


#ffaf79 Background Color

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

This div background color is #ffaf79


#ffaf79 Border Color

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

This div border color is #ffaf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf79

#ffaf79 Color Palettes


Comments

No comments written yet.

Please login to write comment.