Color Hex Logo

#ffaf3c Color Hex

#FFAF3C
(255,175,60)
0 Favorites   0 Comments

Color spaces of #ffaf3c

RGB 25517560
HSL0.101.000.62
HSV35°76°100°
CMYK 0.000.310.76   0.00
XYZ57.385652.246211.3349
Yxy52.24620.47440.4319
Hunter Lab72.281515.221741.2995
CIE-Lab77.427819.889366.9984

#ffaf3c color RGB value is (255,175,60).

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

The process color (four color CMYK) of #ffaf3c color hex is 0.00, 0.31, 0.76, 0.00. Web safe color of #ffaf3c is #ff9933. Color #ffaf3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 00111100
Octal 377 257 74
Decimal 255 175 60
Hex FF AF 3C

RGB Percentages of Color #ffaf3c

%52.04
%35.71
%12.24

CMYK Percentages of Color #ffaf3c

%0
%31
%76
%0

Triadic Colors of #ffaf3c

#ffaf3c #3cffaf #af3cff

Analogous Colors of #ffaf3c

#ffaf3c #eeff3c #ff4e3c

Monochromatic Colors of #ffaf3c

#ffaf3c

Complementary Color

#ffaf3c #3c8cff

#ffaf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaf3c Color CSS Codes

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

#ffaf3c Text Font Color

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

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


#ffaf3c Background Color

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

This div background color is #ffaf3c


#ffaf3c Border Color

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

This div border color is #ffaf3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaf3c


Comments

No comments written yet.

Please login to write comment.