Color Hex Logo

#ffaf7c Color Hex

#FFAF7C
(255,175,124)
0 Favorites   0 Comments

Color spaces of #ffaf7c

RGB 255175124
HSL0.061.000.74
HSV23°51°100°
CMYK 0.000.310.51   0.00
XYZ60.208153.375226.1979
Yxy53.37520.43070.3818
Hunter Lab73.058319.251529.8801
CIE-Lab78.096023.827137.8407

#ffaf7c color RGB value is (255,175,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 01111100
Octal 377 257 174
Decimal 255 175 124
Hex FF AF 7C

RGB Percentages of Color #ffaf7c

%46.03
%31.59
%22.38

CMYK Percentages of Color #ffaf7c

%0
%31
%51
%0

Triadic Colors of #ffaf7c

#ffaf7c #7cffaf #af7cff

Analogous Colors of #ffaf7c

#ffaf7c #fff17c #ff7c8b

Monochromatic Colors of #ffaf7c

#ffaf7c

Complementary Color

#ffaf7c #7cccff

#ffaf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf7c Color CSS Codes

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

#ffaf7c Text Font Color

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

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


#ffaf7c Background Color

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

This div background color is #ffaf7c


#ffaf7c Border Color

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

This div border color is #ffaf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf7c

Related Colors


Comments

No comments written yet.

Please login to write comment.