Color Hex Logo

#ffaf76 Color Hex

#FFAF76
(255,175,118)
0 Favorites   0 Comments

Color spaces of #ffaf76

RGB 255175118
HSL0.071.000.73
HSV25°54°100°
CMYK 0.000.310.54   0.00
XYZ59.840053.228024.2597
Yxy53.22800.43570.3876
Hunter Lab72.957518.730631.3553
CIE-Lab78.009423.323440.8380

#ffaf76 color RGB value is (255,175,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01110110
Octal 377 257 166
Decimal 255 175 118
Hex FF AF 76

RGB Percentages of Color #ffaf76

%46.53
%31.93
%21.53

CMYK Percentages of Color #ffaf76

%0
%31
%54
%0

Triadic Colors of #ffaf76

#ffaf76 #76ffaf #af76ff

Analogous Colors of #ffaf76

#ffaf76 #fff476 #ff7682

Monochromatic Colors of #ffaf76

#ffaf76

Complementary Color

#ffaf76 #76c6ff

#ffaf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf76 Color CSS Codes

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

#ffaf76 Text Font Color

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

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


#ffaf76 Background Color

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

This div background color is #ffaf76


#ffaf76 Border Color

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

This div border color is #ffaf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf76

Related Colors


Comments

No comments written yet.

Please login to write comment.